menu
yx_fltools package
documentation
utils/log/log_utils.dart
LogUtils
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
Object
object
, {
String
?
tag
,
})
打印error日志
Implementation
static void e(Object object, {String? tag}) { _printLog(tag, ' e ', object); }
yx_fltools package
documentation
utils/log/log_utils
LogUtils
e static method
LogUtils class