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/
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);
DSamplingHandler.php33 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
111 if ($handler instanceof FormattableHandlerInterface) {
126 if ($handler instanceof FormattableHandlerInterface) {
DOverflowHandler.php37 class OverflowHandler extends AbstractHandler implements FormattableHandlerInterface
129 if ($this->handler instanceof FormattableHandlerInterface) {
143 if ($this->handler instanceof FormattableHandlerInterface) {
DBufferHandler.php28 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
147 if ($this->handler instanceof FormattableHandlerInterface) {
161 if ($this->handler instanceof FormattableHandlerInterface) {
DFilterHandler.php31 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface
182 if ($handler instanceof FormattableHandlerInterface) {
197 if ($handler instanceof FormattableHandlerInterface) {
DFingersCrossedHandler.php41 …ds Handler implements ProcessableHandlerInterface, ResettableInterface, FormattableHandlerInterface
231 if ($handler instanceof FormattableHandlerInterface) {
246 if ($handler instanceof FormattableHandlerInterface) {
DFormattableHandlerInterface.php21 interface FormattableHandlerInterface interface
DAbstractProcessingHandler.php27 …Handler extends AbstractHandler implements ProcessableHandlerInterface, FormattableHandlerInterface
DPsrHandler.php27 class PsrHandler extends AbstractHandler implements FormattableHandlerInterface
DGroupHandler.php125 if ($handler instanceof FormattableHandlerInterface) {
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md22 `FormattableHandlerInterface`. Handlers not extending `AbstractHandler`
DCHANGELOG.md199 …* Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTr…