LogSeverity class

The severity of the event described in a log entry, expressed as one of the standard severity levels listed below. For your reference, the levels are assigned the listed numeric values. The effect of using numeric values other than those listed is undefined. Copied from https://github.com/googleapis/googleapis/blob/master/google/logging/type/log_severity.proto

Inheritance
  • Object
  • ProtobufEnum
  • LogSeverity

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) LogSeverity?

Constants

ALERT → const LogSeverity
CRITICAL → const LogSeverity
DEBUG → const LogSeverity
DEFAULT → const LogSeverity
EMERGENCY → const LogSeverity
ERROR → const LogSeverity
INFO → const LogSeverity
NOTICE → const LogSeverity
values → const List<LogSeverity>
WARNING → const LogSeverity