public interface AccessLogAppender extends Closeable
void append(String accessLogEntry) throws IOException
accessLogEntry - The String value of the data to be append
in the access log.IOException - If an I/O error occurred appending to the log.void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.