Class OutgoingMailLogAppender

  • All Implemented Interfaces:
    org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler

    @Deprecated
    public class OutgoingMailLogAppender
    extends ConfluenceHomeLogAppender
    Deprecated.
    since 7.14
    A log4j appender which writes logs about outgoing emails into separate file. Example information: - getting transport for protocol - connecting to transport - authenticating username/password - sending message, etc
    Since:
    7.11
    • Constructor Detail

      • OutgoingMailLogAppender

        public OutgoingMailLogAppender()
        Deprecated.