Uses of Enum
ca.uhn.fhir.jpa.subscription.util.SubscriptionDebugLogInterceptor.EventCodeEnum
Packages that use SubscriptionDebugLogInterceptor.EventCodeEnum
-
Uses of SubscriptionDebugLogInterceptor.EventCodeEnum in ca.uhn.fhir.jpa.subscription.util
Methods in ca.uhn.fhir.jpa.subscription.util that return SubscriptionDebugLogInterceptor.EventCodeEnumModifier 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.Methods in ca.uhn.fhir.jpa.subscription.util with parameters of type SubscriptionDebugLogInterceptor.EventCodeEnumModifier and TypeMethodDescriptionprotected voidSubscriptionDebugLogInterceptor.log(SubscriptionDebugLogInterceptor.EventCodeEnum theEventCode, String theMessage, Object... theArguments)Constructor parameters in ca.uhn.fhir.jpa.subscription.util with type arguments of type SubscriptionDebugLogInterceptor.EventCodeEnumModifierConstructorDescriptionSubscriptionDebugLogInterceptor(Function<SubscriptionDebugLogInterceptor.EventCodeEnum,org.slf4j.Logger> theLogFactory, org.slf4j.event.Level theLevel)Constructor using a specific logger