Home
last modified time | relevance | path

Searched refs:levelMap (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRollbarHandler.php42 protected $levelMap = [ variable in Monolog\\Handler\\RollbarHandler
86 'level' => $this->levelMap[$record['level']],
H A DZendMonitorHandler.php33 protected $levelMap = []; variable in Monolog\\Handler\\ZendMonitorHandler
46 $this->levelMap = [
68 $this->levelMap[$record['level']]
99 return $this->levelMap;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php91 public function registerExceptionHandler(array $levelMap = [], bool $callPrevious = true): self argument
96 $this->uncaughtExceptionLevelMap = $levelMap;
113 …public function registerErrorHandler(array $levelMap = [], bool $callPrevious = true, int $errorTy… argument
116 $this->errorLevelMap = array_replace($this->defaultErrorLevelMap(), $levelMap);