disable static method

void disable()

Disable logging output.

Implementation

static void disable() => _enabled = false;