Package | Description |
---|---|
com.google.api.services.logging.v2.model |
Modifier and Type | Method and Description |
---|---|
LogLine |
LogLine.clone() |
LogLine |
LogLine.set(java.lang.String fieldName,
java.lang.Object value) |
LogLine |
LogLine.setLogMessage(java.lang.String logMessage)
App-provided log message.
|
LogLine |
LogLine.setSeverity(java.lang.String severity)
Severity of this log entry.
|
LogLine |
LogLine.setSourceLocation(SourceLocation sourceLocation)
Where in the source code this log message was written.
|
LogLine |
LogLine.setTime(java.lang.String time)
Approximate time when this log entry was made.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LogLine> |
RequestLog.getLine()
A list of log lines emitted by the application while serving this request.
|
Modifier and Type | Method and Description |
---|---|
RequestLog |
RequestLog.setLine(java.util.List<LogLine> line)
A list of log lines emitted by the application while serving this request.
|