LifecycleListenerpublic class VersionLoggerListener extends java.lang.Object implements LifecycleListener
| Modifier and Type | Field | Description |
|---|---|---|
protected static StringManager |
sm |
The string manager for this package.
|
| Constructor | Description |
|---|---|
VersionLoggerListener() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getLogArgs() |
|
boolean |
getLogEnv() |
|
boolean |
getLogProps() |
|
void |
lifecycleEvent(LifecycleEvent event) |
Acknowledge the occurrence of the specified event.
|
void |
setLogArgs(boolean logArgs) |
|
void |
setLogEnv(boolean logEnv) |
|
void |
setLogProps(boolean logProps) |
protected static final StringManager sm
public boolean getLogArgs()
public void setLogArgs(boolean logArgs)
public boolean getLogEnv()
public void setLogEnv(boolean logEnv)
public boolean getLogProps()
public void setLogProps(boolean logProps)
public void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.