Module org.hsqldb

Class BasicTextJdkLogFormatter

java.lang.Object
java.util.logging.Formatter
org.hsqldb.lib.BasicTextJdkLogFormatter

public class BasicTextJdkLogFormatter extends 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:
  • Field Details

    • LS

      public static final String LS
  • Constructor Details

    • BasicTextJdkLogFormatter

      public BasicTextJdkLogFormatter(boolean withTime)
    • BasicTextJdkLogFormatter

      public BasicTextJdkLogFormatter()
  • Method Details