Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php64 public $recordsByLevel = []; variable in Psr\\Log\\Test\\TestLogger
77 $this->recordsByLevel[$record['level']][] = $record;
83 return isset($this->recordsByLevel[$level]);
118 if (!isset($this->recordsByLevel[$level])) {
121 foreach ($this->recordsByLevel[$level] as $i => $rec) {
145 $this->recordsByLevel = [];
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php64 public $recordsByLevel = []; variable in Psr\\Log\\Test\\TestLogger
77 $this->recordsByLevel[$record['level']][] = $record;
83 return isset($this->recordsByLevel[$level]);
118 if (!isset($this->recordsByLevel[$level])) {
121 foreach ($this->recordsByLevel[$level] as $i => $rec) {
145 $this->recordsByLevel = [];
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php64 public $recordsByLevel = []; variable in Psr\\Log\\Test\\TestLogger
77 $this->recordsByLevel[$record['level']][] = $record;
83 return isset($this->recordsByLevel[$level]);
118 if (!isset($this->recordsByLevel[$level])) {
121 foreach ($this->recordsByLevel[$level] as $i => $rec) {
145 $this->recordsByLevel = [];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php78 protected $recordsByLevel = []; variable in Monolog\\Handler\\TestHandler
98 $this->recordsByLevel = [];
126 return isset($this->recordsByLevel[Logger::toMonologLevel($level)]);
189 if (!isset($this->recordsByLevel[$level])) {
193 foreach ($this->recordsByLevel[$level] as $i => $rec) {
207 $this->recordsByLevel[$record['level']][] = $record;