clear method

void clear()

Clear all logs

Implementation

void clear() {
  _logs.clear();
  _logOrder.clear();
}