public class XMLLogFormatter
extends java.util.logging.XMLFormatter
Format a TopLink LogRecord into a standard XML format.
Constructor and Description |
---|
XMLLogFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record0)
Format the given message to XML.
|