clear static method

void clear()

Clear log history

Implementation

static void clear() {
  _history.clear();
}