clearLog static method

void clearLog()

Clears the debug log.

Implementation

static void clearLog() {
  _log.clear();
}