menu
simple_file_log package
documentation
simple_file_log.dart
MyLog
getLogger static method
getLogger static method
dark_mode
light_mode
getLogger
static method
Logger
getLogger
(
{
String
?
name
,
})
Implementation
static Logger getLogger({String? name}) => Logger(name ?? _logTagMain);
simple_file_log package
documentation
simple_file_log
MyLog
getLogger static method
MyLog class