disable static method

void disable()

Disable all logging

Implementation

static void disable() {
  _filter.level = Level.off;
}