Class SocketAppender

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

@Deprecated(since="2022-01-27") public class SocketAppender extends AbstractSocketAppender<ILoggingEvent>
Deprecated.
Sends ILoggingEvent objects to a remote a log server, usually a SocketNode. For more information on this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#SocketAppender
  • Constructor Details

    • SocketAppender

      public SocketAppender()
      Deprecated.
  • Method Details