menu
voltron_renderer package
documentation
util/log_util.dart
LogUtils
e static method
e static method
dark_mode
light_mode
e
static method
void
e
(
String
tag
,
String
msg
)
Implementation
static void e(String tag, String msg) { printLog(tag, LogLevel.error, msg); }
voltron_renderer package
documentation
util/log_util
LogUtils
e static method
LogUtils class