Home
last modified time | relevance | path

Searched refs:ALERT (Results 1 – 25 of 36) sorted by relevance

12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php46 private $fatalLevel = LogLevel::ALERT;
137 $this->fatalLevel = null === $level ? LogLevel::ALERT : $level;
162 E_PARSE => LogLevel::ALERT,
166 E_COMPILE_ERROR => LogLevel::ALERT,
H A DLogger.php79 public const ALERT = 550; define in Monolog\\Logger
110 self::ALERT => 'ALERT',
592 $this->addRecord(static::ALERT, (string) $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php57 … LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php58 … LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php58 LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php58 LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLogLevel.php11 const ALERT = 'alert'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php40 $this->log(LogLevel::ALERT, $message, $context);
H A DLoggerTrait.php41 $this->log(LogLevel::ALERT, $message, $context);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLogLevel.php11 const ALERT = 'alert'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php40 $this->log(LogLevel::ALERT, $message, $context);
H A DLoggerTrait.php41 $this->log(LogLevel::ALERT, $message, $context);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLogLevel.php11 const ALERT = 'alert'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php40 $this->log(LogLevel::ALERT, $message, $context);
H A DLoggerTrait.php41 $this->log(LogLevel::ALERT, $message, $context);
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php11 const ALERT = 'alert'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php40 $this->log(LogLevel::ALERT, $message, $context);
H A DLoggerTrait.php41 $this->log(LogLevel::ALERT, $message, $context);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
H A DLogLevel.php11 const ALERT = 'alert'; define in Psr\\Log\\LogLevel
H A DAbstractLogger.php40 $this->log(LogLevel::ALERT, $message, $context);
H A DLoggerTrait.php41 $this->log(LogLevel::ALERT, $message, $context);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLogger.php35 const ALERT = 'alert'; define
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php35 Logger::ALERT => 'error',
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DAbstractLogger.php45 $this->log(Mustache_Logger::ALERT, $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DZendMonitorHandler.php53 Logger::ALERT => \ZEND_MONITOR_EVENT_SEVERITY_ERROR,

12