e static method
Logs an error message.
Optionally accepts a stackTrace.
Implementation
static void e(dynamic message, {String? tag, StackTrace? stackTrace}) {
_log(LogLevel.error, message, tag: tag, stackTrace: stackTrace);
}
Logs an error message.
Optionally accepts a stackTrace.
static void e(dynamic message, {String? tag, StackTrace? stackTrace}) {
_log(LogLevel.error, message, tag: tag, stackTrace: stackTrace);
}