menu
instrument_base_model package
documentation
utils/log_util.dart
LogUtil
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
Object
?
object
, {
String
?
tag
,
})
错误日志
Implementation
static void e(Object? object, {String? tag}) { _printLog(tag, ' error ', object); }
instrument_base_model package
documentation
utils/log_util
LogUtil
e static method
LogUtil class