Home
last modified time | relevance | path

Searched refs:EMERGENCY (Results 1 – 25 of 35) sorted by last modified time

12

/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
H A DLogLevel.php10 const EMERGENCY = 'emergency'; define in Psr\\Log\\LogLevel
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php10 const EMERGENCY = 'emergency'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php56 …LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}…
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
H A DLogLevel.php10 const EMERGENCY = 'emergency'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLoggerTrait.php25 $this->log(LogLevel::EMERGENCY, $message, $context);
H A DAbstractLogger.php24 $this->log(LogLevel::EMERGENCY, $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php84 public const EMERGENCY = 600; define in Monolog\\Logger
111 self::EMERGENCY => 'EMERGENCY',
605 $this->addRecord(static::EMERGENCY, (string) $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md542 * Added NOTICE and EMERGENCY levels to conform with RFC 5424
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php36 Logger::EMERGENCY => 'error',
H A DGelfMessageFormatter.php65 Logger::EMERGENCY => 0,
H A DWildfireFormatter.php40 Logger::EMERGENCY => 'ERROR',
H A DHtmlFormatter.php39 Logger::EMERGENCY => '#000000',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php51 Logger::EMERGENCY => 0,
H A DRollbarHandler.php50 Logger::EMERGENCY => 'critical',
H A DZendMonitorHandler.php54 Logger::EMERGENCY => \ZEND_MONITOR_EVENT_SEVERITY_ERROR,
H A DAbstractSyslogHandler.php41 Logger::EMERGENCY => LOG_EMERG,
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php57 …LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}…

12