Home
last modified time | relevance | path

Searched refs:DEBUG (Results 26 – 50 of 93) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php33 Logger::DEBUG => 'LOG',
H A DHtmlFormatter.php32 Logger::DEBUG => '#CCCCCC',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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 DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int …
H A DRollbarHandler.php43 Logger::DEBUG => 'debug',
H A DStreamHandler.php54 …public function __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermis…
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,
H A DCouchDBHandler.php31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true)
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true)
H A DElasticsearchHandler.php60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DErrorLogHandler.php38 …public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, boo…
H A DInsightOpsHandler.php40 $level = Logger::DEBUG,
H A DAbstractHandler.php32 protected $level = Logger::DEBUG;
42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
H A DAbstractSyslogHandler.php34 Logger::DEBUG => LOG_DEBUG,
65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
H A DAmqpHandler.php40 …public function __construct($exchange, ?string $exchangeName = null, $level = Logger::DEBUG, bool …
H A DBufferHandler.php50 …nstruct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBUG, bool $bubble = tr…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php37 public function __construct($level = Logger::DEBUG)
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php43 const DEBUG = ">>>>>>>>\n{request}\n<<<<<<<<\n{response}\n--------\n{error}"; define in GuzzleHttp\\MessageFormatter
H A DRequestOptions.php81 const DEBUG = 'debug'; define in GuzzleHttp\\RequestOptions
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php126 $this->log(LogLevel::DEBUG, $message, $context);
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel

1234