public final class PerformanceLogRecord
extends java.util.logging.LogRecord
getElapsedTime() and a depth, obtainable via 
 getDepth(). The depth is a number representing the number of 
 nested calls to PerformanceLogger.log(Level,String,long) this 
 record was logged at. This may be used by a formatter to indent the timing
 information.This class is provided so that custom formatters can obtain the extra information stored in performance log records.
| Modifier and Type | Method and Description | 
|---|---|
int | 
getDepth()
Get the depth of nested calls to 
  
PerformanceLogger.log(Level,String,long) this record was logged
 at. | 
long | 
getElapsedTime()
Get the elapsed time stored with this performance log record. 
 | 
java.lang.String | 
getId()  | 
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrownpublic java.lang.String getId()
public long getElapsedTime()
public int getDepth()
PerformanceLogger.log(Level,String,long) this record was logged
 at.