Package | Description |
---|---|
org.broadleafcommerce.common.logging |
Modifier and Type | Method and Description |
---|---|
LifeCycleEvent |
ModuleLifecycleLoggingBean.getLifeCycleEvent()
Retrieve the type of life cycle event for this logging message
|
static LifeCycleEvent |
LifeCycleEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleEvent[] |
LifeCycleEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SupportLogger.lifecycle(LifeCycleEvent lifeCycleEvent,
Object message)
emit a SUPPORT lifecycle message
|
void |
DisableSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message) |
void |
SystemSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message)
Generate a specialized SUPPORT level log message that includes a LifeCycleEvent
in the message.
|
void |
SupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message)
emit a SUPPORT lifecycle message
|
void |
SLF4JSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message) |
void |
ModuleLifecycleLoggingBean.setLifeCycleEvent(LifeCycleEvent lifeCycleEvent)
Set the type of life cycle event for this logging message
|
Constructor and Description |
---|
ModuleLifecycleLoggingBean(String moduleName,
LifeCycleEvent lifeCycleEvent) |
Copyright © 2022. All rights reserved.