clear static method

void clear()

清除接口日志

Implementation

static void clear() {
  list.clear();
  _map.clear();
  length.value = 0;
}