Uses of Enum Class
org.broadleafcommerce.common.logging.LifeCycleEvent
Packages that use LifeCycleEvent
-
Uses of LifeCycleEvent in org.broadleafcommerce.common.logging
Methods in org.broadleafcommerce.common.logging that return LifeCycleEventModifier and TypeMethodDescriptionModuleLifecycleLoggingBean.getLifeCycleEvent()
Retrieve the type of life cycle event for this logging messagestatic LifeCycleEvent
Returns the enum constant of this class with the specified name.static LifeCycleEvent[]
LifeCycleEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.common.logging with parameters of type LifeCycleEventModifier and TypeMethodDescriptionvoid
DisableSupportLoggerAdapter.lifecycle
(LifeCycleEvent lifeCycleEvent, String message) void
SLF4JSupportLoggerAdapter.lifecycle
(LifeCycleEvent lifeCycleEvent, String message) void
SupportLogger.lifecycle
(LifeCycleEvent lifeCycleEvent, Object message) emit a SUPPORT lifecycle messagevoid
SupportLoggerAdapter.lifecycle
(LifeCycleEvent lifeCycleEvent, String message) emit a SUPPORT lifecycle messagevoid
SystemSupportLoggerAdapter.lifecycle
(LifeCycleEvent lifeCycleEvent, String message) Generate a specialized SUPPORT level log message that includes a LifeCycleEvent in the message.void
ModuleLifecycleLoggingBean.setLifeCycleEvent
(LifeCycleEvent lifeCycleEvent) Set the type of life cycle event for this logging messageConstructors in org.broadleafcommerce.common.logging with parameters of type LifeCycleEventModifierConstructorDescriptionModuleLifecycleLoggingBean
(String moduleName, LifeCycleEvent lifeCycleEvent)