reset method

void reset()

Implementation

void reset() {
  _messages.clear();
  _output.clear();
}