/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | AbstractHandler.php | 34 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 D | GroupHandler.php | 31 protected $bubble; variable in Monolog\\Handler\\GroupHandler 37 public function __construct(array $handlers, bool $bubble = true)
|
H A D | FilterHandler.php | 56 protected $bubble; variable in Monolog\\Handler\\FilterHandler 69 …ruct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY, bool $bubble = true)
|
H A D | FingersCrossedHandler.php | 66 protected $bubble; variable in Monolog\\Handler\\FingersCrossedHandler 81 …_construct($handler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $s…
|
H A D | CouchDBHandler.php | 31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true)
|
H A D | IFTTTHandler.php | 39 …tion __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bubble = true)
|
H A D | AbstractSyslogHandler.php | 65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | DoctrineCouchDBHandler.php | 29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | GelfHandler.php | 35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = …
|
H A D | MandrillHandler.php | 36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true)
|
H A D | SyslogHandler.php | 42 …onstruct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, int $lo…
|
H A D | RedisPubSubHandler.php | 40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | PsrHandler.php | 44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | SqsHandler.php | 35 …on __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | OverflowHandler.php | 69 bool $bubble = true
|
H A D | InsightOpsHandler.php | 41 bool $bubble = true,
|
H A D | LogEntriesHandler.php | 37 bool $bubble = true,
|
H A D | RollbarHandler.php | 66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t…
|
H A D | ZendMonitorHandler.php | 38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
|
H A D | RedisHandler.php | 45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int …
|
H A D | SendGridHandler.php | 60 …r, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = true)
|
H A D | ErrorLogHandler.php | 38 …ct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $e…
|
H A D | DeduplicationHandler.php | 72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true)
|
H A D | MongoDBHandler.php | 50 …struct($mongodb, string $database, string $collection, $level = Logger::DEBUG, bool $bubble = true)
|
H A D | CubeHandler.php | 45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true)
|