Package nxt.util
Class BriefLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- nxt.util.BriefLogFormatter
-
public class BriefLogFormatter extends java.util.logging.Formatter
A Java logging formatter that writes more compact output than the default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.util.logging.LogRecord logRecord)
Format the log record as follows: Date Level Message ExceptionTrace
-