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 Detail

      • SMTPAppender

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

      • isIncludeCallerData

        public boolean isIncludeCallerData()
        Deprecated.
      • setIncludeCallerData

        public void setIncludeCallerData​(boolean includeCallerData)
        Deprecated.