Home
last modified time | relevance | path

Searched refs:FormattableHandlerInterface (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerWrapper.php34 …pper implements HandlerInterface, ProcessableHandlerInterface, FormattableHandlerInterface, Resett…
109 if ($this->handler instanceof FormattableHandlerInterface) {
115 …ew \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface::class);
123 if ($this->handler instanceof FormattableHandlerInterface) {
127 …ew \LogicException('The wrapped handler does not implement ' . FormattableHandlerInterface::class);
H A DSamplingHandler.php33 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
111 if ($handler instanceof FormattableHandlerInterface) {
126 if ($handler instanceof FormattableHandlerInterface) {
H A DOverflowHandler.php37 class OverflowHandler extends AbstractHandler implements FormattableHandlerInterface
129 if ($this->handler instanceof FormattableHandlerInterface) {
143 if ($this->handler instanceof FormattableHandlerInterface) {
H A DBufferHandler.php28 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
147 if ($this->handler instanceof FormattableHandlerInterface) {
161 if ($this->handler instanceof FormattableHandlerInterface) {
H A DFilterHandler.php31 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface
182 if ($handler instanceof FormattableHandlerInterface) {
197 if ($handler instanceof FormattableHandlerInterface) {
H A DFingersCrossedHandler.php41 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface
231 if ($handler instanceof FormattableHandlerInterface) {
246 if ($handler instanceof FormattableHandlerInterface) {
H A DFormattableHandlerInterface.php21 interface FormattableHandlerInterface interface
H A DAbstractProcessingHandler.php27 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
H A DPsrHandler.php27 class PsrHandler extends AbstractHandler implements FormattableHandlerInterface
H A DGroupHandler.php125 if ($handler instanceof FormattableHandlerInterface) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md22 `FormattableHandlerInterface`. Handlers not extending `AbstractHandler`
H A DCHANGELOG.md199 …* Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTr…