public class VersionLoggerListener extends Object implements LifecycleListener
This listener must only be nested within Server
elements and should
be the first listener defined.
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-2022 Apache Software Foundation. All Rights Reserved.