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 © 2016 Oracle Corporation. All Rights Reserved.