Log4j 0.9.1

org.log4j.net
Class SocketServer

java.lang.Object
  |
  +--org.log4j.net.SocketServer

public class SocketServer
extends Object

A simple SocketNode based server.

Usage: java org.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.

Since:
0.8.4
Author:
Ceki Gülcü

Constructor Summary
SocketServer()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketServer

public SocketServer()
Method Detail

main

public static void main(String[] argv)

Log4j 0.9.1

Please notify me about new log4j releases.