e static method

void e(
  1. String tag,
  2. Object msg
)

Implementation

static void e(String tag, Object msg) {
  log(LogLevel.ERROR, tag, msg);
}