clearLogs static method

void clearLogs()

Clear all logs.

Implementation

static void clearLogs() {
  DebugLogger.clear();
}