Searched refs:FormattableHandlerInterface (Results 1 – 12 of 12) sorted by relevance
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | HandlerWrapper.php | 34 …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 D | SamplingHandler.php | 33 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface 111 if ($handler instanceof FormattableHandlerInterface) { 126 if ($handler instanceof FormattableHandlerInterface) {
|
H A D | OverflowHandler.php | 37 class OverflowHandler extends AbstractHandler implements FormattableHandlerInterface 129 if ($this->handler instanceof FormattableHandlerInterface) { 143 if ($this->handler instanceof FormattableHandlerInterface) {
|
H A D | BufferHandler.php | 28 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface 147 if ($this->handler instanceof FormattableHandlerInterface) { 161 if ($this->handler instanceof FormattableHandlerInterface) {
|
H A D | FilterHandler.php | 31 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface 182 if ($handler instanceof FormattableHandlerInterface) { 197 if ($handler instanceof FormattableHandlerInterface) {
|
H A D | FingersCrossedHandler.php | 41 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface 231 if ($handler instanceof FormattableHandlerInterface) { 246 if ($handler instanceof FormattableHandlerInterface) {
|
H A D | FormattableHandlerInterface.php | 21 interface FormattableHandlerInterface interface
|
H A D | AbstractProcessingHandler.php | 27 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
|
H A D | PsrHandler.php | 27 class PsrHandler extends AbstractHandler implements FormattableHandlerInterface
|
H A D | GroupHandler.php | 125 if ($handler instanceof FormattableHandlerInterface) {
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | UPGRADE.md | 22 `FormattableHandlerInterface`. Handlers not extending `AbstractHandler`
|
H A D | CHANGELOG.md | 199 …* Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTr…
|