Uses of Enum
ca.uhn.fhir.jpa.subscription.util.SubscriptionDebugLogInterceptor.EventCodeEnum
-
Uses of SubscriptionDebugLogInterceptor.EventCodeEnum in ca.uhn.fhir.jpa.subscription.util
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SubscriptionDebugLogInterceptor.EventCodeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
SubscriptionDebugLogInterceptor.log
(SubscriptionDebugLogInterceptor.EventCodeEnum theEventCode, String theMessage, Object... theArguments) ModifierConstructorDescriptionSubscriptionDebugLogInterceptor
(Function<SubscriptionDebugLogInterceptor.EventCodeEnum, org.slf4j.Logger> theLogFactory, org.slf4j.event.Level theLevel) Constructor using a specific logger