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

where port is a part number where the server listens and
configFile is a configuration file fed to the PropertyConfigurator  or to DOMConfigurator  if an XML file.
Field Summary
static  Logger cat     
static  int port     
Method from org.apache.log4j.net.SimpleSocketServer Summary:
init,   main,   usage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.net.SimpleSocketServer Detail:
 static  void init(String portStr,
    String configFile) 
 public static  void main(String[] argv) 
 static  void usage(String msg)