public interface AccessLogAppender
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String accessLogEntry)
Append the specified access log entry.
|
void |
close()
Close any underlying resource owned by this appender.
|
void append(java.lang.String accessLogEntry)
throws java.io.IOException
accessLogEntry - The String value of the data to be append
in the access log.java.io.IOException - If an I/O error occurred appending to the log.void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionCopyright © 2018 Oracle Corporation. All Rights Reserved.