Interface PaxAppender

  • All Known Implementing Classes:
    PaxAppenderProxy

    public interface PaxAppender
    Framework library agnostic representation of a processor for logging events. Typical appender writes a line to a file.
    • Method Detail

      • doAppend

        void doAppend​(PaxLoggingEvent event)
        Log in Appender specific way. When appropriate, Loggers will call the doAppend method of appender implementations in order to log.
        Parameters:
        event - The PaxLoggingEvent that has occurred.