CLogLevel enum

Identifies the supported log levels for the codemelted_flutter module.

Inheritance

Constructors

CLogLevel()
const

Values

debug → const CLogLevel

Give me everything going on with this application. I can take it.

info → const CLogLevel

Let someone know a services is starting or going away.

warning → const CLogLevel

We encountered something that can be handled or recovered from.

error → const CLogLevel

Danger will robinson, danger.

off → const CLogLevel

It's too much, shut it off.

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

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<CLogLevel>
A constant List of the values in this enum, in order of their declaration.