menu
datum package
documentation
source/utils/datum_logger.dart
LogSampler
shouldLog abstract method
shouldLog abstract method
dark_mode
light_mode
shouldLog
abstract method
bool
shouldLog
(
LogEntry
entry
)
Determines if a log entry should be emitted based on sampling rules.
Implementation
bool shouldLog(LogEntry entry);
datum package
documentation
source/utils/datum_logger
LogSampler
shouldLog abstract method
LogSampler class