clearAllLog method

void clearAllLog()

清空所有类型日志

Implementation

void clearAllLog() {
  clearDebugLog();
  clearPrintLog();
}