imx.loggui.formatter
Class XMLFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.XMLFormatter
          extended by 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

Method Summary
 java.lang.String getName()
           
static XMLFormatter getSingleton()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
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
 

Method Detail

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