public abstract class ErrorLogRecord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ErrorLogRecord.Builder |
Constructor and Description |
---|
ErrorLogRecord() |
Modifier and Type | Method and Description |
---|---|
static ErrorLogRecord.Builder |
builder() |
String |
getBuildUuid() |
String |
getCategory()
Computes a category key based on relevant LogRecord information.
|
Optional<String> |
getErrorMessage() |
Optional<String> |
getInitialError() |
Optional<String> |
getInitialErrorMsg() |
Optional<Boolean> |
getIsDaemon() |
Optional<Boolean> |
getIsRemoteExecution() |
Optional<Boolean> |
getIsSuperConsoleEnabled() |
Optional<String> |
getLogger() |
abstract com.google.common.collect.ImmutableList<String> |
getLogs() |
String |
getMessage() |
Optional<String> |
getOrigin() |
abstract LogRecord |
getRecord() |
Optional<StackTraceElement[]> |
getStack() |
long |
getTime() |
com.google.common.collect.ImmutableMap<String,String> |
getTraits() |
public abstract LogRecord getRecord()
public abstract com.google.common.collect.ImmutableList<String> getLogs()
@Value.Derived public String getMessage()
@Value.Default public String getCategory()
@Value.Derived public long getTime()
@Value.Default public String getBuildUuid()
@Value.Derived public Optional<StackTraceElement[]> getStack()
public static ErrorLogRecord.Builder builder()