Package rife.tools

Class SwallowingLogFormatter

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

public class SwallowingLogFormatter extends Formatter
  • Constructor Details

    • SwallowingLogFormatter

      public SwallowingLogFormatter()
  • 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
    • getRecords

      public List<LogRecord> getRecords()