public abstract class AbstractLogRecord
extends java.util.logging.LogRecord
| Modifier and Type | Method and Description |
|---|---|
com.google.common.flogger.backend.LogData |
getLogData()
Returns the
LogData instance encapsulating the current fluent log statement. |
java.lang.String |
toString() |
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrownpublic final com.google.common.flogger.backend.LogData getLogData()
LogData instance encapsulating the current fluent log statement.
The LogData instance is effectively owned by this log record but must still be considered immutable by anyone using it (as it may be processed by multiple log handlers).
public java.lang.String toString()
toString in class java.lang.Object