menu
nlogger package
documentation
helper/log/log.dart
Log
warn static method
warn static method
dark_mode
light_mode
warn
static method
void
warn
(
String
message
)
Implementation
static void warn(String message) { _log(message, LogLevel.warn); }
nlogger package
documentation
helper/log/log
Log
warn static method
Log class