clear static method

void clear()

清空log日志

Implementation

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