logOff function Debug

void logOff()

Disables all logging output

Implementation

void logOff() {
  logFilter("!");
}