clearLogs method

void clearLogs()

Implementation

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