| Modifier and Type | Method and Description |
|---|---|
static SimpleLogRecord |
SimpleLogRecord.create(com.google.common.flogger.backend.LogData data)
Creates a
SimpleLogRecord for a normal log statement from the given data. |
static SimpleLogRecord |
SimpleLogRecord.error(java.lang.RuntimeException error,
com.google.common.flogger.backend.LogData data)
Creates a
SimpleLogRecord in the case of an error during logging. |