error static method
Logs an error message
Implementation
static void error(String message,
{String? tag, dynamic error, StackTrace? stackTrace}) {
_log('ERROR', message, tag, error: error, stackTrace: stackTrace);
}
Logs an error message
static void error(String message,
{String? tag, dynamic error, StackTrace? stackTrace}) {
_log('ERROR', message, tag, error: error, stackTrace: stackTrace);
}