Package org.eclipse.persistence.logging
Class XMLLogFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.XMLFormatter
org.eclipse.persistence.logging.XMLLogFormatter
Format a TopLink LogRecord into a standard XML format.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.XMLFormatter
getHead, getTail
Methods inherited from class java.util.logging.Formatter
formatMessage
-
Constructor Details
-
XMLLogFormatter
public XMLLogFormatter()
-
-
Method Details
-
format
Format the given message to XML.- Overrides:
format
in classXMLFormatter
- Parameters:
record0
- the log record to be formatted.- Returns:
- a formatted log record
-