Home
last modified time | relevance | path

Searched refs:CRITICAL (Results 26 – 37 of 37) sorted by path

12

/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php59 LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php36 const CRITICAL = 'critical'; define
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php58 $this->log(Mustache_Logger::CRITICAL, $message, $context);
H A DStreamLogger.php29 self::CRITICAL => 500,
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php56 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php58 … LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php56 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php914 $logLevel = \Psr\Log\LogLevel::CRITICAL;

12