You are here

public function LogsHttpLogger::reset in Logs HTTP 8

Clear the events by setting a new array to the variable.

Overrides LogsHttpLoggerInterface::reset

File

src/Logger/LogsHttpLogger.php, line 47

Class

LogsHttpLogger
Implements a Logs Http Logger instance.

Namespace

Drupal\logs_http\Logger

Code

public function reset() {
  $this->cache = [];
}