menu
tenon_cli package
documentation
core.dart
LogStrategy
shouldLog method
shouldLog method
dark_mode
light_mode
shouldLog
method
bool
shouldLog
(
LogRecord
record
)
是否需要打印日志
Implementation
bool shouldLog(LogRecord record) => record.level >= level;
tenon_cli package
documentation
core
LogStrategy
shouldLog method
LogStrategy class