protected static class Log.LogRec
extends java.util.logging.LogRecord
Internal wrapper around LogRecord archives its own creation point by consing a new Exception in its constructor.
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Exception |
where
The exception generated in the constructor.
|
Constructor and Description |
---|
Log.LogRec(java.util.logging.Level level,
java.lang.String message)
Make a new LogRec and archive its creation point by consing a new
Exeption.
|
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown