clear static method

void clear()

清空所有日志

Implementation

static void clear() {
  _Logger.clear();
}