LiLogLevel class

Properties

hashCode int
The hash code for this object.
no setterinherited
level int
final
name 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.
override

Operators

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

Constants

All → const LiLogLevel
Priority constant for the LiLog.log method;
Debug → const LiLogLevel
Priority constant for the LiLog.log method; use LiLog.d(msg)
Detail → const LiLogLevel
Priority constant for the LiLog.log method;
Error → const LiLogLevel
Priority constant for the LiLog.log method; use LiLog.e(msg)
Fatal → const LiLogLevel
Info → const LiLogLevel
Priority constant for the LiLog.log method; use LiLog.i(msg)
Silent → const LiLogLevel
Verbose → const LiLogLevel
Priority constant for the LiLog.log method;
Warn → const LiLogLevel
Priority constant for the LiLog.log method; use LiLog.w(msg)