Save This Page
Home » apache-log4j-1.2.15 » com.systemsunion » LoggingServer » [javadoc | source]
com.systemsunion.LoggingServer
public class: SocketServer2 [javadoc | source]
java.lang.Object
   com.systemsunion.LoggingServer.SocketServer2
A simple SocketNode based server.
Usage: java org.apache.log4j.net.SocketServer port configFile

where port is a part number where the server listens and
configFile is a configuration file fed to the PropertyConfigurator .
Field Summary
static  Category cat     
static  int port     
Method from com.systemsunion.LoggingServer.SocketServer2 Summary:
init,   main,   usage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.systemsunion.LoggingServer.SocketServer2 Detail:
 static  void init(String portStr,
    String configFile) 
 public static  void main(String[] argv) 
 static  void usage(String msg)