| Package | Description |
|---|---|
| com.google.cloud.logging |
A client to Stackdriver Logging.
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
LoggingLevel.severity()
Returns the Stackdriver Logging severity associated with this logging level.
|
Severity |
LogEntry.severity()
Returns the severity of the log entry.
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Builder |
LogEntry.Builder.severity(Severity severity)
Sets the severity of the log entry.
|
Copyright © 2016 Google. All rights reserved.