TalkerLogType enum
- Inheritance
- Available extensions
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
- logLevel → LogLevel
-
Available on TalkerLogType, provided by the TalkerLogTypeExt extension
Mapping TalkerLogType into LogLevelno setter - 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
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.