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 AutoCloseable
close
in interface Closeable
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.