Class ServerSocketAppender

All Implemented Interfaces:
Appender<ILoggingEvent>, ContextAware, FilterAttachable<ILoggingEvent>, LifeCycle

@Deprecated(since="2022-01-27") public class ServerSocketAppender extends AbstractServerSocketAppender<ILoggingEvent>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
An appender that listens on a TCP port for connections from remote loggers. Each event delivered to this appender is delivered to all connected remote loggers.
  • Constructor Details

    • ServerSocketAppender

      public ServerSocketAppender()
      Deprecated.
  • Method Details

    • isIncludeCallerData

      public boolean isIncludeCallerData()
      Deprecated.
    • setIncludeCallerData

      public void setIncludeCallerData(boolean includeCallerData)
      Deprecated.