FijkLogLevel class
Log level for the FijkLog.log method.
- Annotations
Properties
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)