e static method

dynamic e(
  1. String message
)

Logs an error message.

Implementation

static e(String message) {
  _loggerWithBox.e(message);
}