clearListeners static method

dynamic clearListeners()

Clear all log listeners

Implementation

static clearListeners() {
  Logger.root.clearListeners();
}