public abstract class PluginLogFile extends Object implements LifecycleListener
| Constructor and Description |
|---|
PluginLogFile(SystemLog systemLog,
ServerInformation serverInfo,
String logName,
org.apache.log4j.Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Invoked when the server is starting.
|
void |
stop()
Invoked when the server is stopping.
|
public PluginLogFile(SystemLog systemLog, ServerInformation serverInfo, String logName, org.apache.log4j.Layout layout)
public void start()
LifecycleListenerstart in interface LifecycleListenerpublic void stop()
LifecycleListenerstop in interface LifecycleListener