Uses of Class
ca.uhn.fhir.jpa.subscription.module.interceptor.SubscriptionDebugLogInterceptor.EventCodeEnum
-
Packages that use SubscriptionDebugLogInterceptor.EventCodeEnum Package Description ca.uhn.fhir.jpa.subscription.module.interceptor -
-
Uses of SubscriptionDebugLogInterceptor.EventCodeEnum in ca.uhn.fhir.jpa.subscription.module.interceptor
Methods in ca.uhn.fhir.jpa.subscription.module.interceptor that return SubscriptionDebugLogInterceptor.EventCodeEnum Modifier and Type Method Description static SubscriptionDebugLogInterceptor.EventCodeEnumSubscriptionDebugLogInterceptor.EventCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionDebugLogInterceptor.EventCodeEnum[]SubscriptionDebugLogInterceptor.EventCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.subscription.module.interceptor with parameters of type SubscriptionDebugLogInterceptor.EventCodeEnum Modifier and Type Method Description protected voidSubscriptionDebugLogInterceptor. log(SubscriptionDebugLogInterceptor.EventCodeEnum theEventCode, String theMessage, Object... theArguments)Constructor parameters in ca.uhn.fhir.jpa.subscription.module.interceptor with type arguments of type SubscriptionDebugLogInterceptor.EventCodeEnum Constructor Description SubscriptionDebugLogInterceptor(Function<SubscriptionDebugLogInterceptor.EventCodeEnum,org.slf4j.Logger> theLogFactory, org.slf4j.event.Level theLevel)Constructor using a specific logger
-