Home
last modified time | relevance | path

Searched refs:CRITICAL (Results 1 – 25 of 37) sorted by relevance

12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php149 'ParseError' => LogLevel::CRITICAL,
160 E_ERROR => LogLevel::CRITICAL,
164 E_CORE_ERROR => LogLevel::CRITICAL,
221 $level = $this->errorLevelMap[$code] ?? LogLevel::CRITICAL;
H A DSignalHandler.php52 …public function registerSignalHandler(int $signo, $level = LogLevel::CRITICAL, bool $callPrevious …
95 $level = $this->signalLevelMap[$signo] ?? LogLevel::CRITICAL;
H A DLogger.php71 public const CRITICAL = 500; define in Monolog\\Logger
109 self::CRITICAL => 'CRITICAL',
579 $this->addRecord(static::CRITICAL, (string) $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/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php59 … LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
/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/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php59 LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
H A DLoggerTrait.php56 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
H A DLoggerTrait.php56 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
H A DLoggerTrait.php56 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLogLevel.php12 const CRITICAL = 'critical'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php55 $this->log(LogLevel::CRITICAL, $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php105 $level = Logger::CRITICAL,
108 $highPriorityLevel = Logger::CRITICAL,
H A DZendMonitorHandler.php52 Logger::CRITICAL => \ZEND_MONITOR_EVENT_SEVERITY_ERROR,
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php36 const CRITICAL = 'critical'; define
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php34 Logger::CRITICAL => 'error',
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php58 $this->log(Mustache_Logger::CRITICAL, $message, $context);

12