clearLogs method

void clearLogs()

Clears the Log.logs.

Implementation

void clearLogs() {
  Log.logs.clear();
}