Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 93) sorted by last modified time

1234

/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php126 $this->log(LogLevel::DEBUG, $message, $context);
H A DLoggerTrait.php127 $this->log(LogLevel::DEBUG, $message, $context);
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php127 $this->log(LogLevel::DEBUG, $message, $context);
H A DAbstractLogger.php126 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/elasticsearch/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
H A DLoggerTrait.php127 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1017 - Usage of constant DEBUG and method Elastica\Util::debugEnabled is removed. [#868](https://github.com/ruflin/Elastica/pull/868)
/plugin/elasticsearch/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/psr/log/Psr/Log/
H A DLoggerTrait.php127 $this->log(LogLevel::DEBUG, $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php45 public function __construct(string $url, $level = Logger::DEBUG, bool $bubble = true)
H A DElasticaHandler.php53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DFlowdockHandler.php44 $level = Logger::DEBUG,
H A DLogglyHandler.php51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true)
H A DRotatingFileHandler.php52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub…
/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…
/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/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php29 Logger::DEBUG => 'log',
H A DGelfMessageFormatter.php58 Logger::DEBUG => 7,

1234