Class NiceLogFormatter

java.lang.Object
java.util.logging.Formatter
net.targetr.wtm3.io.NiceLogFormatter

public class NiceLogFormatter extends Formatter
Formats log output nicely.
Author:
Dr Michael Gardiner
  • Constructor Details

    • NiceLogFormatter

      public NiceLogFormatter()
  • Method Details

    • format

      public String format(LogRecord record)
      Formats a log record into a single line nicely formated string.
      Specified by:
      format in class Formatter