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)
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 message
|
Copyright © 2014. All rights reserved.