enable static method

void enable()

Enable all logging

Implementation

static void enable() {
  _filter.level = Level.all;
}