gpl.fredy.tools
Class FxmlFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by gpl.fredy.tools.FxmlFormatter

public class FxmlFormatter
extends java.util.logging.Formatter

Format a LogRecord into a standard XML format.

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.

Since:
1.4

Constructor Summary
FxmlFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given message to XML.
 java.lang.String getHead(java.util.logging.Handler h)
          Return the header string for a set of XML formatted records.
 java.lang.String getTail(java.util.logging.Handler h)
          Return the tail string for a set of XML formatted records.
 
Methods inherited from class java.util.logging.Formatter
formatMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FxmlFormatter

public FxmlFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Format the given message to XML.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record

getHead

public java.lang.String getHead(java.util.logging.Handler h)
Return the header string for a set of XML formatted records.

Overrides:
getHead in class java.util.logging.Formatter
Parameters:
h - The target handler.
Returns:
header string

getTail

public java.lang.String getTail(java.util.logging.Handler h)
Return the tail string for a set of XML formatted records.

Overrides:
getTail in class java.util.logging.Formatter
Parameters:
h - The target handler.
Returns:
tail string