Package ch.qos.logback.classic.net
Class ReceiverBase
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.net.ReceiverBase
-
- All Implemented Interfaces:
ContextAware
,LifeCycle
- Direct Known Subclasses:
ServerSocketReceiver
,SocketReceiver
@Deprecated(since="2022-01-27") public abstract class ReceiverBase extends ContextAwareBase implements LifeCycle
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.An abstract base for components that receive logging events from a remote peer and log according to local policy
-
-
Constructor Summary
Constructors Constructor Description ReceiverBase()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isStarted()
Deprecated.void
start()
Deprecated.void
stop()
Deprecated.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-