|
Préférences
Moteurs de recherche
|
||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.util.logging
|
Constructor Summary | |
---|---|
XMLFormatter()
|
Method Summary | |
---|---|
String |
format(LogRecord record)
Format the given message to XML. |
String |
getHead(Handler h)
Return the header string for a set of XML formatted records. |
String |
getTail(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 XMLFormatter()
Method Detail |
---|
public String format(LogRecord record)
record
- the log record to be formatted.
public String getHead(Handler h)
h
- The target handler (can be null)
public String getTail(Handler h)
h
- The target handler (can be null)