Uses of Enum
com.google.cloud.logging.Severity
Packages that use Severity
Package
Description
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 SeverityModifier and TypeMethodDescriptionLogging.getFlushSeverity()LogEntry.getSeverity()Returns the severity of the log entry.LoggingLevel.getSeverity()Returns the Cloud Logging severity associated with this logging level.static SeverityReturns 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 SeverityModifier and TypeMethodDescriptionvoidLogging.setFlushSeverity(Severity flushSeverity) Sets flush severity for asynchronous logging writes.LogEntry.Builder.setSeverity(Severity severity) Sets the severity of the log entry.