close method

void close()

Close the logger and cleanup all outputs

Implementation

void close() {
  clearOutputs();
}