reset method

void reset()

Resets the logger and remove all appender and their configuration.

Implementation

void reset() {
  appenders.clear();
}