Class SecurityLogAppender

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

    @Deprecated
    public class SecurityLogAppender
    extends ConfluenceHomeLogAppender
    Deprecated.
    since 7.14
    A log4j appender which writes security logs into separate file. Example information: - user authentication success and failure - user directory synchronisation information, i.e. sync start time, sync progress, sync complete time, sync failure reasons - user/group added and removed during syncs
    Since:
    7.11
    • Constructor Detail

      • SecurityLogAppender

        public SecurityLogAppender()
        Deprecated.