i static method

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

Implementation

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