public class

SimpleSocketServer

extends Object
java.lang.Object
   ↳ org.apache.log4j.net.SimpleSocketServer

Class Overview

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.
   

Summary

Public Constructors
SimpleSocketServer()
Public Methods
static void main(String[] argv)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SimpleSocketServer ()

Public Methods

public static void main (String[] argv)