Tree class abstract
Tree抽象类
定义了日志输出策略的接口,用户可以通过继承此类来自定义日志输出行为
- Implementers
Constructors
- Tree()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isLogEnabled(
LogLevel level) → bool - 判断是否应该记录此级别的日志
-
log(
LogLevel level, String message, String? tag, StackTrace? stackTrace) → void - 记录日志的抽象方法
-
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