menu
log_utils_plus package
documentation
log_utils_lib.dart
LogUtils
enable static method
enable static method
dark_mode
light_mode
enable
static method
void
enable
(
)
Enable all logging
Implementation
static void enable() { _filter.level = Level.all; }
log_utils_plus package
documentation
log_utils_lib
LogUtils
enable static method
LogUtils class