log method

void log()

打印

Implementation

void log() {
  LogUtil.log(this);
}