KickJava   Java API By Example, From Geeks To Geeks.

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

java.util.logging
Class Formatter

java.lang.Object
  extended by java.util.logging.Formatter
Direct Known Subclasses:
SimpleFormatter, XMLFormatter
See Also:
Top Examples, Source Code

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


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


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


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


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

Popular Tags