Package rife.tools

Class ConciseLogFormatter

java.lang.Object
java.util.logging.Formatter
rife.tools.ConciseLogFormatter

public class ConciseLogFormatter extends Formatter
  • Constructor Details

    • ConciseLogFormatter

      public ConciseLogFormatter()
  • Method Details

    • format

      public String format(LogRecord record)
      Format the given LogRecord.
      Specified by:
      format in class Formatter
      Parameters:
      record - the log record to be formatted.
      Returns:
      a formatted log record