FijkLogLevel class

Log level for the FijkLog.log method.

Annotations

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 FijkLogLevel
Priority constant for the FijkLog.log method;
Debug → const FijkLogLevel
Priority constant for the FijkLog.log method; use FijkLog.d(msg)
Detail → const FijkLogLevel
Priority constant for the FijkLog.log method;
Error → const FijkLogLevel
Priority constant for the FijkLog.log method; use FijkLog.e(msg)
Fatal → const FijkLogLevel
Info → const FijkLogLevel
Priority constant for the FijkLog.log method; use FijkLog.i(msg)
Silent → const FijkLogLevel
Verbose → const FijkLogLevel
Priority constant for the FijkLog.log method;
Warn → const FijkLogLevel
Priority constant for the FijkLog.log method; use FijkLog.w(msg)