log static method

Logger log()

日志打印logger

Implementation

static Logger log() {
  var logger = Logger();
  return logger;
}