AsyncLogStrategy class abstract
异步日志策略
- Inheritance
-
- Object
- LogStrategy
- AsyncLogStrategy
Constructors
- AsyncLogStrategy(LogLevel level)
Properties
Methods
-
asyncOutput(
LogRecord record) → Future< void> - 异步日志输出
-
formatter(
LogRecord record) → String -
日志格式化
inherited
-
init(
) → Future< void> - 初始化操作
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
output(
LogRecord record) → void -
日志输出
override
-
shouldLog(
LogRecord record) → bool -
是否需要打印日志
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited