LogLevel enum

Contains the list of debugging levels

Inheritance
Available extensions

Values

off → const LogLevel

disables all debugging

const LogLevel(-1)
info → const LogLevel

default level, shows minimal SDK integration related logging

const LogLevel(0)
debug → const LogLevel

shows debug output

const LogLevel(2)
verbose → const LogLevel

shows verbose output

const LogLevel(3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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