Interface AccessLogAppender

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void append​(java.lang.String accessLogEntry)
      Append the specified access log entry.
      void close()
      Close any underlying resource owned by this appender.
    • Method Detail

      • append

        void append​(java.lang.String accessLogEntry)
             throws java.io.IOException
        Append the specified access log entry.
        Parameters:
        accessLogEntry - The String value of the data to be append in the access log.
        Throws:
        java.io.IOException - If an I/O error occurred appending to the log.
      • close

        void close()
            throws java.io.IOException
        Close any underlying resource owned by this appender.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException