error static method

void error(
  1. String message
)

Logs error message

Implementation

static void error(String message) {
  _log(message, LogLevel.error);
}