clearOutput method

void clearOutput()

Clear the output buffer.

Implementation

void clearOutput() {
  output.clear();
}