w static method

dynamic w(
  1. String msg
)

Implementation

static w(String msg) {//Warning log
  logger.w(msg);
}