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 LifeCycleEventReturns 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 TypeMethodDescriptionvoidDisableSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent, String message) voidSLF4JSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent, String message) voidSupportLogger.lifecycle(LifeCycleEvent lifeCycleEvent, Object message) emit a SUPPORT lifecycle messagevoidSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent, String message) emit a SUPPORT lifecycle messagevoidSystemSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent, String message) Generate a specialized SUPPORT level log message that includes a LifeCycleEvent in the message.voidModuleLifecycleLoggingBean.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)