Home
last modified time | relevance | path

Searched refs:HandlerInterface (Results 1 – 23 of 23) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php78 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DFingersCrossedHandler.php46 * @var callable|HandlerInterface
71 …* @param callable|HandlerInterface $handler Handler or factory callable($r…
102 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
209 * @return HandlerInterface
215 if (!$this->handler instanceof HandlerInterface) {
217 if (!$this->handler instanceof HandlerInterface) {
228 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DFlowdockHandler.php72 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DOverflowHandler.php39 /** @var HandlerInterface */
62 * @param HandlerInterface $handler
66 HandlerInterface $handler,
127 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DSlackHandler.php183 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DSlackWebhookHandler.php115 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DElasticsearchHandler.php85 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DFormattableHandlerInterface.php27 * @return HandlerInterface self
29 public function setFormatter(FormatterInterface $formatter): HandlerInterface;
H A DFormattableHandlerTrait.php32 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DGroupHandler.php28 /** @var HandlerInterface[] */
34 * @param HandlerInterface[] $handlers Array of Handlers.
40 if (!$handler instanceof HandlerInterface) {
122 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DBufferHandler.php32 /** @var HandlerInterface */
46 * @param HandlerInterface $handler Handler.
50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
145 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DDeduplicationHandler.php64 * @param HandlerInterface $handler Handler.
72 …public function __construct(HandlerInterface $handler, ?string $deduplicationStore = null, $dedupl…
H A DFilterHandler.php38 * @var callable|HandlerInterface
61 …* @param callable|HandlerInterface $handler Handler or factory callable($record|null, $filt…
75 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
160 * @return HandlerInterface
166 if (!$this->handler instanceof HandlerInterface) {
168 if (!$this->handler instanceof HandlerInterface) {
179 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DHandler.php19 abstract class Handler implements HandlerInterface
H A DHandlerInterface.php22 interface HandlerInterface interface
H A DPsrHandler.php75 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DSamplingHandler.php38 * @var HandlerInterface|callable
51 …* @param callable|HandlerInterface $handler Handler or factory callable($record|null, $samplingHan…
60 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
91 * @return HandlerInterface
95 if (!$this->handler instanceof HandlerInterface) {
97 if (!$this->handler instanceof HandlerInterface) {
108 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DHandlerWrapper.php34 class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, FormattableHandlerIn…
37 * @var HandlerInterface
41 public function __construct(HandlerInterface $handler)
81 public function pushProcessor(callable $callback): HandlerInterface
107 public function setFormatter(FormatterInterface $formatter): HandlerInterface
H A DProcessableHandlerInterface.php31 * @return HandlerInterface self
33 public function pushProcessor(callable $callback): HandlerInterface;
H A DProcessableHandlerTrait.php35 public function pushProcessor(callable $callback): HandlerInterface
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php15 use Monolog\Handler\HandlerInterface; alias
122 * @var HandlerInterface[]
154 …* @param HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is …
185 public function pushHandler(HandlerInterface $handler): self
197 public function popHandler(): HandlerInterface
211 * @param HandlerInterface[] $handlers
224 * @return HandlerInterface[]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md378 …* Break: HandlerInterface::isHandling now receives a partial record containing only a level key. T…
H A DUPGRADE.md20 - `HandlerInterface` has been split off and two new interfaces now exist for
25 - `HandlerInterface` now requires the `close` method to be implemented. This