public class XMLFormatter extends Formatter
The DTD specification is provided as Appendix A to the Java Logging APIs specification.
The XMLFormatter can be used with arbitrary character encodings, but it is recommended that it normally be used with UTF-8. The character encoding can be set on the output Handler.
| Constructor and Description |
|---|
XMLFormatter()
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord
Format the given message to XML.
|
String |
getHead(Handler
Return the header string for a set of XML formatted records.
|
String |
getTail(Handler
Return the tail string for a set of XML formatted records.
|
formatMessagepublic Stringformat(LogRecord record)
This method can be overridden in a subclass. It is recommended to use the Formatter convenience method to localize and format the message field.
public StringgetHead(Handler h)