info static method

void info(
  1. String msg
)

Implementation

static void info(String msg) {
  _log(UnitRCLogLevel.info, msg);
}