Package ch.qos.logback.access.net
Class SimpleSocketServer
java.lang.Object
ch.qos.logback.access.net.SimpleSocketServer
A simple
SocketNode
based server.
<b>Usage:</b> java ch.qos.logback.access.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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
port
static int port -
basicContext
-
-
Constructor Details
-
SimpleSocketServer
public SimpleSocketServer()
-
-
Method Details
-
main
- Throws:
Exception
-
runServer
static void runServer() -
usage
-
init
- Throws:
JoranException
-