Home
last modified time | relevance | path

Searched defs:bubble (Results 1 – 25 of 54) sorted by relevance

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php34 protected $bubble = true; variable in Monolog\\Handler\\AbstractHandler
42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
88 public function setBubble(bool $bubble): self
H A DGroupHandler.php31 protected $bubble; variable in Monolog\\Handler\\GroupHandler
37 public function __construct(array $handlers, bool $bubble = true)
H A DFilterHandler.php56 protected $bubble; variable in Monolog\\Handler\\FilterHandler
69 …ruct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, bool $bubble = true)
H A DFingersCrossedHandler.php66 protected $bubble; variable in Monolog\\Handler\\FingersCrossedHandler
81 …_construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $s…
H A DCouchDBHandler.php31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true)
H A DIFTTTHandler.php39 …tion __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bubble = true)
H A DAbstractSyslogHandler.php65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true)
H A DGelfHandler.php35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = …
H A DMandrillHandler.php36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true)
H A DSyslogHandler.php42 …onstruct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $lo…
H A DRedisPubSubHandler.php40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true)
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true)
H A DSqsHandler.php35 …on __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $bubble = true)
H A DOverflowHandler.php69 bool $bubble = true
H A DInsightOpsHandler.php41 bool $bubble = true,
H A DLogEntriesHandler.php37 bool $bubble = true,
H A DRollbarHandler.php66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t…
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int …
H A DSendGridHandler.php60 …r, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = true)
H A DErrorLogHandler.php38 …ct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $e…
H A DDeduplicationHandler.php72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true)
H A DMongoDBHandler.php50 …struct($mongodb, string $database, string $collection, $level = Logger::DEBUG, bool $bubble = true)
H A DCubeHandler.php45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true)

123