java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
org.eclipse.persistence.logging.LogFormatter
Print a brief summary of a TopLink LogRecord in a human readable format. The summary will typically be 1 or 2 lines.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
LogFormatter
public LogFormatter()
-
-
Method Details
-
format
Format the given LogRecord.- Overrides:
format
in classSimpleFormatter
- Parameters:
record0
- the log record to be formatted.- Returns:
- a formatted log record
-