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.Formatterrecord - the log record to be formatted.public static java.text.DateFormat makeDateFormat()
Copyright (c) 2004,2008 Oracle. All rights reserved.