Interface AccessLogAppender
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
FileAppender,QueueingAppender,RotatingFileAppender,StreamAppender
An interface defining an appender for Grizzly access logs entries.
- Author:
- Pier Fumagalli, USRZ.com
-
Method Summary
-
Method Details
-
append
Append the specified access log entry.- 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
Close any underlying resource owned by this appender.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-