Package net.sf.jaxodraw.logging
Class LogFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
net.sf.jaxodraw.logging.LogFormatter
Formats log records in standard JaxoDraw 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
Formats the given LogRecord to standard JaxoDraw format.- Overrides:
format
in classSimpleFormatter
- Parameters:
rec
- the LogRecord to format.- Returns:
- the formatted LogRecord.
-