Package org.eclipse.persistence.logging
Class LogFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- java.util.logging.SimpleFormatter
-
- org.eclipse.persistence.logging.LogFormatter
-
public class LogFormatter extends java.util.logging.SimpleFormatter
Print a brief summary of a TopLink LogRecord in a human readable format. The summary will typically be 1 or 2 lines.
-
-
Constructor Summary
Constructors Constructor Description LogFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.util.logging.LogRecord record0)
Format the given LogRecord.
-