error static method
Implementation
static void error(Object o, [StackTrace? stacktrace]) {
if (AudioLogLevel.error.level <= logLevel.level) {
// ignore: avoid_print
print(_errorColor(errorToString(o, stacktrace)));
}
}
static void error(Object o, [StackTrace? stacktrace]) {
if (AudioLogLevel.error.level <= logLevel.level) {
// ignore: avoid_print
print(_errorColor(errorToString(o, stacktrace)));
}
}