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 -
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
ReceiverBase
public ReceiverBase()Deprecated.
-
-
Method Details