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