Class BasicFormatter
java.lang.Object
java.util.logging.Formatter
com.ibm.j9ddr.logging.BasicFormatter
Simple java.util.logging formatter than minimises the amount of java.util.logging meta-data
that is printed.
- 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class Formatter
formatMessage, getHead, getTail 
- 
Constructor Details
- 
BasicFormatter
public BasicFormatter() 
 - 
 - 
Method Details
- 
format
Description copied from class:java.util.logging.FormatterFormat the given log record and return the formatted string.The resulting formatted String will normally include a localized and formatted version of the LogRecord's message field. It is recommended to use the
Formatter.formatMessage(LogRecord)convenience method to localize and format the message field. 
 -