public class TracerFormatter
extends java.util.logging.Formatter
Constructor and Description |
---|
TracerFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the log record in this form:
|
static java.text.DateFormat |
makeDateFormat() |
public java.lang.String format(java.util.logging.LogRecord record)
format
in class java.util.logging.Formatter
record
- the log record to be formatted.public static java.text.DateFormat makeDateFormat()