Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DHandlerWrapper.php34 class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, FormattableHandlerIn…
83 if ($this->handler instanceof ProcessableHandlerInterface) {
89 …ew \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class);
97 if ($this->handler instanceof ProcessableHandlerInterface) {
101 …ew \LogicException('The wrapped handler does not implement ' . ProcessableHandlerInterface::class);
DProcessableHandlerInterface.php23 interface ProcessableHandlerInterface interface
DAbstractProcessingHandler.php27 …s AbstractProcessingHandler extends AbstractHandler implements ProcessableHandlerInterface, Format…
DSamplingHandler.php33 class SamplingHandler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHa…
DGroupHandler.php24 class GroupHandler extends Handler implements ProcessableHandlerInterface, ResettableInterface
DBufferHandler.php28 class BufferHandler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHand…
DFilterHandler.php31 class FilterHandler extends Handler implements ProcessableHandlerInterface, ResettableInterface, Fo…
DFingersCrossedHandler.php41 class FingersCrossedHandler extends Handler implements ProcessableHandlerInterface, ResettableInter…
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md21 more granular controls: `ProcessableHandlerInterface` and
DCHANGELOG.md199 …d traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, Proces…