DeveloperStrategy class
- Inheritance
-
- Object
- LogStrategy
- DeveloperStrategy
Constructors
- DeveloperStrategy([LogLevel? level])
Properties
Methods
-
formatter(
LogRecord record) → String -
日志格式化
override
-
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