menu
harmony_log package
documentation
harmony_log.dart
LogFilter
shouldLog abstract method
shouldLog abstract method
dark_mode
light_mode
shouldLog
abstract method
bool
shouldLog
(
LogEvent
event
)
check if should log a specific log event
Implementation
bool shouldLog(LogEvent event);
harmony_log package
documentation
harmony_log
LogFilter
shouldLog abstract method
LogFilter class