i static method

dynamic i(
  1. String msg
)

Implementation

static i(String msg) {//Info log
  logger.i(msg);
}