Uses of Class
com.google.cloud.logging.LoggingLevel
Packages that use LoggingLevel
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of LoggingLevel in com.google.cloud.logging
Fields in com.google.cloud.logging declared as LoggingLevelModifier and TypeFieldDescriptionstatic final LoggingLevelLoggingLevel.ALERTA level to be used when a person must take an action immediately.static final LoggingLevelLoggingLevel.CRITICALA level to be used when critical events cause more severe problems or brief outages.static final LoggingLevelLoggingLevel.DEBUGA level to be used for debug or trace information.static final LoggingLevelLoggingLevel.EMERGENCYA levet to be used when one or more systems are unusable.static final LoggingLevelLoggingLevel.ERRORA level to be used when events occur that are likely to cause problems.static final LoggingLevelLoggingLevel.NOTICEA level to be used when normal events occur, such as start up and shut down.