Logger class abstract
日志输出接口。 dart 侧可以自定义实现该接口,将日志输出到其他地方,比如文件、网络等 通过 kFlujsLogger 全局变量替换.
- Implementers
Constructors
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
-
log(
Object? message, {LoggerLevel level = LoggerLevel.info}) → dynamic -
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