Package nxt.util
Class BriefLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- nxt.util.BriefLogFormatter
-
public class BriefLogFormatter extends java.util.logging.FormatterA 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.Stringformat(java.util.logging.LogRecord logRecord)Format the log record as follows: Date Level Message ExceptionTrace
-