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 Details

    • ReceiverBase

      public ReceiverBase()
      Deprecated.
  • Method Details

    • start

      public final void start()
      Deprecated.
      Specified by:
      start in interface LifeCycle
    • stop

      public final void stop()
      Deprecated.
      Specified by:
      stop in interface LifeCycle
    • isStarted

      public final boolean isStarted()
      Deprecated.
      Specified by:
      isStarted in interface LifeCycle