menu
msdtmt
app\utils\services\app_logger.dart
AppLogger
info static method
info
dark_mode
light_mode
info
static method
void
info
(
String
loggerName
,
String
message
)
Implementation
static void info(String loggerName, String message) { getLogger(loggerName).info(message); }
msdtmt
app_logger
AppLogger
info static method
AppLogger class