imx.loggui.formatter
Class XMLFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.XMLFormatter
imx.loggui.formatter.XMLFormatter
- All Implemented Interfaces:
- NameInterface, java.io.Serializable
public class XMLFormatter
- extends java.util.logging.XMLFormatter
- implements java.io.Serializable, NameInterface
Makes XMLFormatter serializable (so that it can be saved in the configuration)
and implements the NameInterface. It also
forces XMLFormatter to be a singleton.
- See Also:
- Serialized Form
| Methods inherited from class java.util.logging.XMLFormatter |
format, getHead, getTail |
| Methods inherited from class java.util.logging.Formatter |
formatMessage |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getSingleton
public static XMLFormatter getSingleton()
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface NameInterface
getName
public java.lang.String getName()
- Specified by:
getName in interface NameInterface
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object