Package org.restlet.engine.log
Supports the log service.
- Since:
- Restlet 2.0
-
Class Summary Class Description AccessLogFormatter Log record formatter which simply outputs the message on a new line.DefaultAccessLogFormatter Access log record formatter which writes a header describing the default log format.LogFilter Filter logging all calls after their handling by the target Restlet.LoggerFacade Logger facade to the underlying logging framework used by the Restlet Framework.LoggingThreadFactory Thread factory that logs uncaught exceptions thrown by the created threads.LogUtils Logging related utility methods.SimplerFormatter Special log formatter that displays the level, the logger name and the actual message.SimplestFormatter Special log formatter that displays the actual message only.