Package cl.obcom.desktopfx.util
Class LogFormatter
java.lang.Object
java.util.logging.Formatter
cl.obcom.desktopfx.util.LogFormatter
Prints a
LogRecord
using the Desktop standard format.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
LogFormatter
public LogFormatter()
-
-
Method Details
-
format
Returns a formatted string of the supplied log record.- Specified by:
format
in classFormatter
- Parameters:
record
- the log record to be formatted.- Returns:
- a formatted string of the supplied log record.
- Throws:
NullPointerException
- ifrecord
isnull
.
-