clear method

void clear()

Clear all logs

Implementation

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