FTLogStatus enum
设置日志等级
Values
- info → const FTLogStatus
-
提示
- warning → const FTLogStatus
-
警告
- error → const FTLogStatus
-
错误
- critical → const FTLogStatus
-
严重
- ok → const FTLogStatus
-
恢复
Properties
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<
FTLogStatus> - A constant List of the values in this enum, in order of their declaration.