logInfo static method

void logInfo(
  1. String msg
)

Implementation

static void logInfo(String msg) {
  getLogger().i(msg);
}