Home
last modified time | relevance | path

Searched defs:level (Results 51 – 75 of 261) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true)
H A DPushoverHandler.php105 $level = Logger::CRITICAL,
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int …
H A DRedisPubSubHandler.php40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true)
H A DRollbarHandler.php66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t…
H A DRotatingFileHandler.php52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub…
H A DSendGridHandler.php60 …uct(string $apiUser, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, b…
H A DSlackHandler.php58 $level = Logger::CRITICAL,
H A DSlackWebhookHandler.php57 $level = Logger::CRITICAL,
H A DSocketHandler.php63 $level = Logger::DEBUG,
H A DSqsHandler.php35 …public function __construct(SqsClient $sqsClient, string $queueUrl, $level = Logger::DEBUG, bool $…
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis…
H A DSwiftMailerHandler.php41 …public function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble …
H A DSyslogHandler.php42 …public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bub…
H A DSyslogUdpHandler.php56 …public function __construct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::…
H A DTelegramBotHandler.php109 $level = Logger::DEBUG,
H A DTestHandler.php124 public function hasRecords($level): bool
136 public function hasRecord($record, $level): bool
159 public function hasRecordThatContains(string $message, $level): bool
171 public function hasRecordThatMatches(string $regex, $level): bool
185 public function hasRecordThatPasses(callable $predicate, $level)
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php207 public function getAttachmentColor(int $level): string
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php292 public function addRecord(int $level, string $message, array $context = []): bool
402 public static function getLevelName(int $level): string
420 public static function toMonologLevel($level): int
450 public function isHandling(int $level): bool
493 public function log($level, $message, array $context = []): void
H A DSignalHandler.php52 …public function registerSignalHandler(int $signo, $level = LogLevel::CRITICAL, bool $callPrevious …
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php29 private $level; variable in Monolog\\Processor\\GitProcessor
38 public function __construct($level = Logger::DEBUG)
H A DIntrospectionProcessor.php34 private $level; variable in Monolog\\Processor\\IntrospectionProcessor
51 …public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStac…
H A DMercurialProcessor.php28 private $level; variable in Monolog\\Processor\\MercurialProcessor
37 public function __construct($level = Logger::DEBUG)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php36 …protected function getRecord(int $level = Logger::WARNING, string $message = 'test', array $contex…

1234567891011