Package | Description |
---|---|
org.apache.logging.log4j.core.net.server |
Standalone server classes for consuming log events over a network.
|
Modifier and Type | Method and Description |
---|---|
static UdpSocketServer<InputStream> |
UdpSocketServer.createJsonSocketServer(int port)
Creates a socket server that reads JSON log events.
|
static UdpSocketServer<ObjectInputStream> |
UdpSocketServer.createSerializedSocketServer(int port)
Creates a socket server that reads serialized log events.
|
static UdpSocketServer<ObjectInputStream> |
UdpSocketServer.createSerializedSocketServer(int port,
List<String> allowedClasses)
Creates a socket server that reads serialized log events.
|
static UdpSocketServer<InputStream> |
UdpSocketServer.createXmlSocketServer(int port)
Creates a socket server that reads XML log events.
|
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.