KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > logging > XMLFormatter

java.util.logging
Class XMLFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.XMLFormatter
See Also:
Source Code

public String format(LogRecord record)
See Also:
Formatter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1455]Logging XML is insane
By JavaDude on 2005/06/20 14:41:17  Rate
Logging XML is insane -- your log files will double in size for no reason. 
  
  
 XML is NOT suitable for every task Sun! 
 


public String getHead(Handler h)
See Also:
Formatter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getTail(Handler h)
See Also:
Formatter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XMLFormatter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags