Package com.google.gerrit.server.util
Class PluginLogFile
java.lang.Object
com.google.gerrit.server.util.PluginLogFile
- All Implemented Interfaces:
 LifecycleListener,EventListener
- 
Constructor Summary
ConstructorsConstructorDescriptionPluginLogFile(SystemLog systemLog, ServerInformation serverInfo, String logName, org.apache.log4j.Layout layout)  - 
Method Summary
 
- 
Constructor Details
- 
PluginLogFile
public PluginLogFile(SystemLog systemLog, ServerInformation serverInfo, String logName, org.apache.log4j.Layout layout)  
 - 
 - 
Method Details
- 
start
public void start()Description copied from interface:LifecycleListenerInvoked when the server is starting.- Specified by:
 startin interfaceLifecycleListener
 - 
stop
public void stop()Description copied from interface:LifecycleListenerInvoked when the server is stopping.- Specified by:
 stopin interfaceLifecycleListener
 
 -