Package org.apache.log4j.varia
Class Roller
- java.lang.Object
-
- org.apache.log4j.varia.Roller
-
public class Roller extends java.lang.ObjectA simple application to send roll over messages to a potentially remoteExternallyRolledFileAppender.It takes two arguments, the
host_nameandport_numberwhere theExternallyRolledFileAppenderis listening.- Since:
- version 0.9.0
- Author:
- Ceki Gülcü
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] argv)Send a "RollOver" message toExternallyRolledFileAppenderonhostandport.
-