clearLogTargets static method

void clearLogTargets()

Clears all logging targets

Implementation

static void clearLogTargets() {
  _logTargets.clear();
}