org.apache.log4j.net

Class SimpleSocketServer

public class SimpleSocketServer extends Object

A simple {@link 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 {@link
   PropertyConfigurator} or to {@link DOMConfigurator} if an XML file.
   

Since: 0.8.4

Author: Ceki Gülcü

Method Summary
static voidmain(String[] argv)

Method Detail

main

public static void main(String[] argv)
Copyright 2000-2005 Apache Software Foundation.