Class SMTPAppender

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

@Deprecated(since="2022-01-27") public class SMTPAppender extends SMTPAppenderBase<ILoggingEvent>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors. For more information about this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#SMTPAppender
  • Constructor Details

    • SMTPAppender

      public SMTPAppender()
      Deprecated.
      The default constructor will instantiate the appender with a EventEvaluator that will trigger on events with level ERROR or higher.
    • SMTPAppender

      public SMTPAppender(EventEvaluator<ILoggingEvent> eventEvaluator)
      Deprecated.
      Use the parameter as the EventEvaluator for this SMTPAppender.
  • Method Details

    • start

      public void start()
      Deprecated.
      Description copied from class: SMTPAppenderBase
      Start the appender
      Specified by:
      start in interface LifeCycle
      Overrides:
      start in class SMTPAppenderBase<ILoggingEvent>
    • isIncludeCallerData

      public boolean isIncludeCallerData()
      Deprecated.
    • setIncludeCallerData

      public void setIncludeCallerData(boolean includeCallerData)
      Deprecated.