clearLogs static method

bool clearLogs()

Clears all stored logs.

Implementation

static bool clearLogs() {
  _logs.clear();
  return true;
}