e static method

dynamic e(
  1. String msg
)

Implementation

static e(String msg) {//Error log
  logger.e(msg);
}