e static method

void e(
  1. String message
)

Logs an error message.

Implementation

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