SentryLogLevel enum

Inheritance
Available extensions

Values

trace → const SentryLogLevel
const SentryLogLevel('trace')
debug → const SentryLogLevel
const SentryLogLevel('debug')
info → const SentryLogLevel
const SentryLogLevel('info')
warn → const SentryLogLevel
const SentryLogLevel('warn')
error → const SentryLogLevel
const SentryLogLevel('error')
fatal → const SentryLogLevel
const SentryLogLevel('fatal')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSentryLevel() SentryLevel

Available on SentryLogLevel, provided by the SentryLogLevelExtension extension

Converts this SentryLogLevel to the corresponding SentryLevel for use with the diagnostic logging system.
toSeverityNumber() int
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<SentryLogLevel>
A constant List of the values in this enum, in order of their declaration.