LogConfig class
Constructors
- LogConfig.new({bool enable = true, required LogFilter filter, required LogPrinter printer, required LogOutput output})
-
filter
日志过滤器,默认情况下
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