Package com.google.gerrit.server.util
Class PluginLogFile
- java.lang.Object
-
- com.google.gerrit.server.util.PluginLogFile
-
- All Implemented Interfaces:
LifecycleListener
,EventListener
public abstract class PluginLogFile extends Object implements LifecycleListener
-
-
Constructor Summary
Constructors Constructor Description PluginLogFile(SystemLog systemLog, ServerInformation serverInfo, String logName, org.apache.log4j.Layout layout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
Invoked when the server is starting.void
stop()
Invoked when the server is stopping.
-
-
-
Constructor Detail
-
PluginLogFile
public PluginLogFile(SystemLog systemLog, ServerInformation serverInfo, String logName, org.apache.log4j.Layout layout)
-
-
Method Detail
-
start
public void start()
Description copied from interface:LifecycleListener
Invoked when the server is starting.- Specified by:
start
in interfaceLifecycleListener
-
stop
public void stop()
Description copied from interface:LifecycleListener
Invoked when the server is stopping.- Specified by:
stop
in interfaceLifecycleListener
-
-