Uses of Class
com.google.common.flogger.backend.system.SimpleLogRecord
-
-
Uses of SimpleLogRecord in com.google.common.flogger.backend.system
Methods in com.google.common.flogger.backend.system that return SimpleLogRecord Modifier and Type Method Description static SimpleLogRecordSimpleLogRecord. create(com.google.common.flogger.backend.LogData data)Deprecated.Use create(LogData data, Metadata scope) and pass scoped metadata in.static SimpleLogRecordSimpleLogRecord. create(com.google.common.flogger.backend.LogData data, com.google.common.flogger.backend.Metadata scope)Creates aSimpleLogRecordfor a normal log statement from the given data.static SimpleLogRecordSimpleLogRecord. error(java.lang.RuntimeException error, com.google.common.flogger.backend.LogData data)Deprecated.Use error(LogData data, Metadata scope) and pass scoped metadata in.static SimpleLogRecordSimpleLogRecord. error(java.lang.RuntimeException error, com.google.common.flogger.backend.LogData data, com.google.common.flogger.backend.Metadata scope)Creates aSimpleLogRecordin the case of an error during logging.
-