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
-
Method Summary
Methods declared in class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
BasicFormatter
public BasicFormatter()
-
-
Method Details
-
format
Description copied from class:java.util.logging.Formatter
Format 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(java.util.logging.LogRecord)
convenience method to localize and format the message field.
-