Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php68 …* @param bool $bubble Whether the messages that are handled can bubble up …
72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true) argument
74 parent::__construct($handler, 0, Logger::DEBUG, $bubble, false);
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 DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
56 parent::__construct($level, $bubble);
H A DErrorLogHandler.php38 …int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expa… argument
40 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 DElasticaHandler.php53 …ction __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) argument
55 parent::__construct($level, $bubble);
H A DLogmaticHandler.php52 bool $bubble = true, argument
69 $bubble,
H A DDynamoDbHandler.php51 …ion __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $bubble = true) argument
64 parent::__construct($level, $bubble);
H A DFlowdockHandler.php45 bool $bubble = true, argument
59 $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 DFleepHookHandler.php51 bool $bubble = true, argument
68 $bubble,
H A DRollbarHandler.php66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t… argument
70 parent::__construct($level, $bubble);
H A DCubeHandler.php45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true) argument
64 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 DAbstractSyslogHandler.php65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true) argument
67 parent::__construct($level, $bubble);
H A DSlackWebhookHandler.php58 bool $bubble = true, argument
65 parent::__construct($level, $bubble);
H A DElasticsearchHandler.php60 …ction __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bubble = true) argument
62 parent::__construct($level, $bubble);
H A DAmqpHandler.php40 …n __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool $bubble = true) argument
51 parent::__construct($level, $bubble);
H A DProcessHandler.php66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string … argument
75 parent::__construct($level, $bubble);
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
59 parent::__construct($level, $bubble);
H A DNewRelicHandler.php61 bool $bubble = true, argument
66 parent::__construct($level, $bubble);
H A DChromePHPHandler.php69 public function __construct($level = Logger::DEBUG, bool $bubble = true) argument
71 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 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);
/plugin/jwhelloworld/
H A DREADME.md15 …nt is required and appears inside the speech bubble. The `speaker` is optional and appears under t…

1234