| Package | Description |
|---|---|
| org.broadleafcommerce.common.logging |
| Modifier and Type | Method and Description |
|---|---|
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 |
SupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message)
emit a SUPPORT lifecycle message
|
void |
SystemSupportLoggerAdapter.lifecycle(LifeCycleEvent lifeCycleEvent,
String message)
Generate a specialized SUPPORT level log message that includes a LifeCycleEvent
in the message.
|
Copyright © 2016. All rights reserved.