e static method

dynamic e(
  1. Object msg
)

Implementation

static e(Object msg) {
  _logger.e(msg);
}