ch.qos.logback.classic.net
Class SimpleSocketServer
java.lang.Object
ch.qos.logback.classic.net.SimpleSocketServer
public class SimpleSocketServer
- extends Object
A simple SocketNode
based server.
<b>Usage:</b> java ch.qos.logback.classic.net.SimpleSocketServer port configFile
where
port
is a part number where the server listens and
configFile
is an xml configuration file fed to JoranConfigurator
.
- Since:
- 0.8.4
- Author:
- Ceki Gülcü, Sébastien Pennec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSocketServer
public SimpleSocketServer()
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
Copyright © 2005-2008 QOS.ch. All Rights Reserved.