TalkerLogType enum

Inheritance

Constructors

TalkerLogType(String key)
const

Values

error → const TalkerLogType

Base logs section

const TalkerLogType('error')
critical → const TalkerLogType
const TalkerLogType('critical')
info → const TalkerLogType
const TalkerLogType('info')
debug → const TalkerLogType
const TalkerLogType('debug')
verbose → const TalkerLogType
const TalkerLogType('verbose')
warning → const TalkerLogType
const TalkerLogType('warning')
exception → const TalkerLogType
const TalkerLogType('exception')
httpError → const TalkerLogType

Http section

const TalkerLogType('http-error')
httpRequest → const TalkerLogType
const TalkerLogType('http-request')
httpResponse → const TalkerLogType
const TalkerLogType('http-response')
blocEvent → const TalkerLogType

Bloc section

const TalkerLogType('bloc-event')
blocTransition → const TalkerLogType
const TalkerLogType('bloc-transition')
blocClose → const TalkerLogType
const TalkerLogType('bloc-close')
blocCreate → const TalkerLogType
const TalkerLogType('bloc-create')
riverpodAdd → const TalkerLogType

Riverpod section

const TalkerLogType('riverpod-add')
riverpodUpdate → const TalkerLogType
const TalkerLogType('riverpod-update')
riverpodDispose → const TalkerLogType
const TalkerLogType('riverpod-dispose')
riverpodFail → const TalkerLogType
const TalkerLogType('riverpod-fail')
route → const TalkerLogType

Flutter section

const TalkerLogType('route')

Properties

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

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

Static Methods

fromKey(String key) TalkerLogType
fromLogLevel(LogLevel logLevel) TalkerLogType

Constants

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