w static method

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

Implementation

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