public class SocketNode
extends java.lang.Object
implements java.lang.Runnable
ILoggingEvent
objects sent from a remote client using Sockets
(TCP). These logging events are logged according to local policy, as if they
were generated locally.
For example, the socket node might decide to log events to a local file and also resent them to a second socket node.
Constructor and Description |
---|
SocketNode(SimpleSocketServer socketServer,
java.net.Socket socket,
LoggerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
java.lang.String |
toString() |
public SocketNode(SimpleSocketServer socketServer, java.net.Socket socket, LoggerContext context)
Copyright © 2010 - 2020 Adobe. All Rights Reserved