e static method

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

Implementation

static void e(String tag, String msg) {
  instance?.e(tag, msg);
}