clear method

void clear()

Clear all recorded audit entries.

Implementation

void clear() {
  _records.clear();
}