public class VersionLoggerListener extends java.lang.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() |
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)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurredCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.