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