Home
last modified time | relevance | path

Searched refs:DEBUG (Results 26 – 50 of 93) sorted by path

1234

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogEntriesHandler.php36 $level = Logger::DEBUG,
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true)
H A DLogmaticHandler.php51 $level = Logger::DEBUG,
H A DMongoDBHandler.php50 …onstruct($mongodb, string $database, string $collection, $level = Logger::DEBUG, bool $bubble = tr…
H A DNullHandler.php40 public function __construct($level = Logger::DEBUG)
H A DOverflowHandler.php44 Logger::DEBUG => 0,
68 $level = Logger::DEBUG,
H A DPHPConsoleHandler.php77 …truct(array $options = [], ?Connector $connector = null, $level = Logger::DEBUG, bool $bubble = tr…
H A DProcessHandler.php66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string …
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $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 DRedisPubSubHandler.php40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true)
H A DRollbarHandler.php43 Logger::DEBUG => 'debug',
H A DRotatingFileHandler.php52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub…
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 DSyslogHandler.php42 …public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bub…
H A DSyslogUdpHandler.php56 …uct(string $host, int $port = 514, $facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = tr…
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
47 Logger::DEBUG => \ZEND_MONITOR_EVENT_SEVERITY_INFO,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php39 public const DEBUG = 100; define in Monolog\\Logger
104 self::DEBUG => 'DEBUG',
514 $this->addRecord(static::DEBUG, (string) $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php38 public function __construct($level = Logger::DEBUG)
H A DIntrospectionProcessor.php51 …public function __construct($level = Logger::DEBUG, array $skipClassesPartials = [], int $skipStac…
H A DMercurialProcessor.php37 public function __construct($level = Logger::DEBUG)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php55 $this->getRecord(Logger::DEBUG, 'debug message 1'),
56 $this->getRecord(Logger::DEBUG, 'debug message 2'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php126 $this->log(LogLevel::DEBUG, $message, $context);

1234