org.restlet.engine.log
Class AccessLogFormatter
java.lang.Object
java.util.logging.Formatter
org.restlet.engine.log.AccessLogFormatter
- Direct Known Subclasses:
- DefaultAccessLogFormatter
public class AccessLogFormatter
- extends Formatter
Log record formatter which simply outputs the message on a new line. Useful
for Web-style logs.
- Author:
- Jerome Louvel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessLogFormatter
public AccessLogFormatter()
format
public String format(LogRecord logRecord)
- Specified by:
format
in class Formatter
Copyright © 2005-2013 Restlet.