Class StreamAppender
java.lang.Object
org.glassfish.grizzly.http.server.accesslog.StreamAppender
- All Implemented Interfaces:
Closeable,AutoCloseable,AccessLogAppender
- Direct Known Subclasses:
FileAppender
- Author:
- Pier Fumagalli, USRZ.com
-
Constructor Summary
ConstructorsConstructorDescriptionStreamAppender(OutputStream output) Create a newStreamAppenderinstance writing log entries to the specifiedOutputStream. -
Method Summary
-
Constructor Details
-
StreamAppender
Create a newStreamAppenderinstance writing log entries to the specifiedOutputStream.
-
-
Method Details
-
append
Description copied from interface:AccessLogAppenderAppend the specified access log entry.- Specified by:
appendin interfaceAccessLogAppender- Parameters:
accessLogEntry- TheStringvalue of the data to be append in the access log.- Throws:
IOException- If an I/O error occurred appending to the log.
-
close
Description copied from interface:AccessLogAppenderClose any underlying resource owned by this appender.- Specified by:
closein interfaceAccessLogAppender- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-