clear method

void clear()

日志清除

Implementation

void clear() {
  logMap.clear();
  keys.clear();
}