KickJava   Java API By Example, From Geeks To Geeks.

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

java.util.logging
Class SimpleFormatter

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

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


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

Popular Tags