Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Field and Description |
---|---|
static LoggingLevel |
LoggingLevel.ALERT
A level to be used when a person must take an action immediately.
|
static LoggingLevel |
LoggingLevel.CRITICAL
A level to be used when critical events cause more severe problems or brief outages.
|
static LoggingLevel |
LoggingLevel.DEBUG
A level to be used for debug or trace information.
|
static LoggingLevel |
LoggingLevel.EMERGENCY
A levet to be used when one or more systems are unusable.
|
static LoggingLevel |
LoggingLevel.ERROR
A level to be used when events occur that are likely to cause problems.
|
static LoggingLevel |
LoggingLevel.NOTICE
A level to be used when normal events occur, such as start up and shut down.
|
Copyright © 2019 Google LLC. All rights reserved.