Uses of Class
com.google.cloud.logging.Severity
-
Packages that use Severity Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of Severity in com.google.cloud.logging
Methods in com.google.cloud.logging that return Severity Modifier and Type Method Description Severity
Logging. getFlushSeverity()
Severity
LogEntry. getSeverity()
Returns the severity of the log entry.Severity
LoggingLevel. getSeverity()
Returns the Cloud Logging severity associated with this logging level.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.Methods in com.google.cloud.logging with parameters of type Severity Modifier and Type Method Description void
Logging. setFlushSeverity(Severity flushSeverity)
Sets flush severity for asynchronous logging writes.LogEntry.Builder
LogEntry.Builder. setSeverity(Severity severity)
Sets the severity of the log entry.
-