Package ca.cgjennings.util
Class BriefLogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- ca.cgjennings.util.BriefLogFormatter
-
public class BriefLogFormatter extends java.util.logging.Formatter
A log record formatter that is less verbose thanSimpleFormatter
. It only prints the time/date/location header when the calling method changes.- Since:
- 3.0
- Author:
- Chris Jennings
-
-
Constructor Summary
Constructors Constructor Description BriefLogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.util.logging.LogRecord record)
Format the given LogRecord.
-