menu
mars_logging package
documentation
mars_logging.dart
XLog
debug static method
debug static method
dark_mode
light_mode
debug
static method
Future
<
void
>
debug
(
String
tag
,
String
message
)
Implementation
static Future<void> debug(String tag, String message) => _api.debug(tag, message);
mars_logging package
documentation
mars_logging
XLog
debug static method
XLog class