Class AccessLogFormatter

  • Direct Known Subclasses:
    DefaultAccessLogFormatter

    public class AccessLogFormatter
    extends java.util.logging.Formatter
    Log record formatter which simply outputs the message on a new line. Useful for Web-style logs.
    Author:
    Jerome Louvel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.util.logging.LogRecord logRecord)  
      • Methods inherited from class java.util.logging.Formatter

        formatMessage, getHead, getTail
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccessLogFormatter

        public AccessLogFormatter()
    • Method Detail

      • format

        public java.lang.String format​(java.util.logging.LogRecord logRecord)
        Specified by:
        format in class java.util.logging.Formatter