cleanHistory method

void cleanHistory()

Clear log history

Implementation

void cleanHistory() {
  _history.clean();
}