clearLogs method

void clearLogs()

Empties logs.

Implementation

void clearLogs() {
  _logs.clear();
  logRevision.value++;
}