Home
last modified time | relevance | path

Searched refs:bubble (Results 26 – 50 of 88) sorted by path

1234

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
59 parent::__construct($level, $bubble);
H A DLogmaticHandler.php52 bool $bubble = true, argument
69 $bubble,
H A DMandrillHandler.php36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true) argument
38 parent::__construct($level, $bubble);
H A DMongoDBHandler.php50 …struct($mongodb, string $database, string $collection, $level = Logger::DEBUG, bool $bubble = true) argument
63 parent::__construct($level, $bubble);
H A DNativeMailerHandler.php73 …struct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubble = true, int $maxCo… argument
75 parent::__construct($level, $bubble);
H A DNewRelicHandler.php61 bool $bubble = true, argument
66 parent::__construct($level, $bubble);
H A DOverflowHandler.php69 bool $bubble = true argument
75 parent::__construct($level, $bubble);
107 return false === $this->bubble;
121 return false === $this->bubble;
H A DPHPConsoleHandler.php77 …uct(array $options = [], ?Connector $connector = null, $level = Logger::DEBUG, bool $bubble = true) argument
H A DProcessHandler.php66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string … argument
75 parent::__construct($level, $bubble);
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true) argument
46 parent::__construct($level, $bubble);
67 return false === $this->bubble;
H A DPushoverHandler.php106 bool $bubble = true, argument
122 $bubble,
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int … argument
55 parent::__construct($level, $bubble);
H A DRedisPubSubHandler.php40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true) argument
49 parent::__construct($level, $bubble);
H A DRollbarHandler.php66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t… argument
70 parent::__construct($level, $bubble);
H A DRotatingFileHandler.php52 …truct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bubble = true, ?int $file… argument
60 … parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking);
H A DSamplingHandler.php81 return false === $this->bubble;
H A DSendGridHandler.php60 …r, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = true) argument
66 parent::__construct($level, $bubble);
H A DSlackHandler.php59 bool $bubble = true, argument
76 $bubble,
H A DSlackWebhookHandler.php58 bool $bubble = true, argument
65 parent::__construct($level, $bubble);
H A DSocketHandler.php64 bool $bubble = true, argument
71 parent::__construct($level, $bubble);
H A DSqsHandler.php35 …on __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $bubble = true) argument
37 parent::__construct($level, $bubble);
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis… argument
56 parent::__construct($level, $bubble);
H A DSwiftMailerHandler.php41 … function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble = true) argument
43 parent::__construct($level, $bubble);
H A DSyslogHandler.php42 …truct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $logop… argument
44 parent::__construct($facility, $level, $bubble);
H A DSyslogUdpHandler.php49 … * @param bool $bubble Whether the messages that are handled can bubble up the stack or not
56 …st, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, string $id… argument
62 parent::__construct($facility, $level, $bubble);

1234