Module org.hsqldb

Class BasicTextJdkLogFormatter


  • public class BasicTextJdkLogFormatter
    extends java.util.logging.Formatter
    An implementation of java.util.logging.Formatter very close to SimpleFormatter. The features here are optional timestamping, sortable numeric time stamp text, and no indication of invoking source code location (logger ID, class name, method name, etc.).
    Author:
    Blaine Simpson (blaine dot simpson at admc dot com)
    See Also:
    Formatter, SimpleFormatter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LS  
    • Method Summary

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

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LS

        public static final java.lang.String LS
    • Constructor Detail

      • BasicTextJdkLogFormatter

        public BasicTextJdkLogFormatter​(boolean withTime)
      • BasicTextJdkLogFormatter

        public BasicTextJdkLogFormatter()
    • Method Detail

      • format

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