e static method
Implementation
static void e(dynamic msg, {StackTrace? stackTrace}) {
if (msg == null || !_enable) return;
logger.e(msg, time: DateTime.now(), stackTrace: stackTrace);
}
static void e(dynamic msg, {StackTrace? stackTrace}) {
if (msg == null || !_enable) return;
logger.e(msg, time: DateTime.now(), stackTrace: stackTrace);
}