Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php36 private $skipClassesPartials; variable in Monolog\\Processor\\IntrospectionProcessor
47 * @param string[] $skipClassesPartials
51 …public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStac… argument
54 $this->skipClassesPartials = array_merge(['Monolog\\'], $skipClassesPartials);
79 foreach ($this->skipClassesPartials as $part) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md448 * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor