Home
last modified time | relevance | path

Searched refs:errorTypeToSeverity (Results 1 – 1 of 1) sorted by relevance

/plugin/sentry/
H A DEvent.php116 $this->setLogLevel($this->errorTypeToSeverity($e->getSeverity()));
178 $this->setLogLevel($this->errorTypeToSeverity($error['type']));
345 protected function errorTypeToSeverity($type) function in dokuwiki\\plugin\\sentry\\Event