Package nxt.util

Class BriefLogFormatter

java.lang.Object
java.util.logging.Formatter
nxt.util.BriefLogFormatter

public class BriefLogFormatter extends Formatter
A Java logging formatter that writes more compact output than the default
  • Method Details

    • format

      public String format(LogRecord logRecord)
      Format the log record as follows: Date Level Message ExceptionTrace
      Specified by:
      format in class Formatter
      Parameters:
      logRecord - The log record
      Returns:
      The formatted string