Package org.apache.log4j.varia
Class Roller
- java.lang.Object
-
- org.apache.log4j.varia.Roller
-
public class Roller extends java.lang.Object
A simple application to send roll over messages to a potentially remoteExternallyRolledFileAppender
.It takes two arguments, the
host_name
andport_number
where theExternallyRolledFileAppender
is listening.- Since:
- version 0.9.0
- Author:
- Ceki Gülcü
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
Send a "RollOver" message toExternallyRolledFileAppender
onhost
andport
.
-