|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
gpl.fredy.tools.FxmlFormatter
public class FxmlFormatter
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.
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 |
---|
public FxmlFormatter()
Method Detail |
---|
public java.lang.String format(java.util.logging.LogRecord record)
format
in class java.util.logging.Formatter
record
- the log record to be formatted.
public java.lang.String getHead(java.util.logging.Handler h)
getHead
in class java.util.logging.Formatter
h
- The target handler.
public java.lang.String getTail(java.util.logging.Handler h)
getTail
in class java.util.logging.Formatter
h
- The target handler.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |