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\LoggerCode
public function reset() {
$this->cache = [];
}