info static method

void info(
  1. String desc
)

Implementation

static void info(String desc){
  print("INFO :${TimeUtils.getNowTime()}:$desc");
}