public abstract class PluginLogFile extends java.lang.Object implements LifecycleListener
Constructor and Description |
---|
PluginLogFile(SystemLog systemLog,
ServerInformation serverInfo,
java.lang.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, java.lang.String logName, org.apache.log4j.Layout layout)
public void start()
LifecycleListener
start
in interface LifecycleListener
public void stop()
LifecycleListener
stop
in interface LifecycleListener