Package ch.qos.logback.classic.net
Class SocketNode
- java.lang.Object
-
- ch.qos.logback.classic.net.SocketNode
-
- All Implemented Interfaces:
java.lang.Runnable
@Deprecated(since="2022-01-27") public class SocketNode extends java.lang.Object implements java.lang.Runnable
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.ReadILoggingEvent
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.
- Since:
- 0.8.4
-
-
Constructor Summary
Constructors Constructor Description SocketNode(SimpleSocketServer socketServer, java.net.Socket socket, LoggerContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
run()
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
SocketNode
public SocketNode(SimpleSocketServer socketServer, java.net.Socket socket, LoggerContext context)
Deprecated.
-
-