Interface AccessLogAppender

    • Method Detail

      • append

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