public interface AccessLogAppender extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
append(String accessLogEntry)
Append the specified access log entry.
|
void |
close()
Close any underlying resource owned by this appender.
|
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 © 2017–2019 Oracle Corporation. All rights reserved.