Home
last modified time | relevance | path

Searched refs:IntrospectionProcessor (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md3 * Added `callType` to IntrospectionProcessor (#1612)
301 …* Added possibility to skip some extra stack frames in IntrospectionProcessor if you have some lib…
330 * Fixed IntrospectionProcessor triggering PHP notices
448 * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor
457 * Added $level to IntrospectionProcessor so it only adds backtraces when needed
572 * Added IntrospectionProcessor to get info from where the logger was called
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php31 class IntrospectionProcessor implements ProcessorInterface class