System is unusable.
Parameters
string $message:
array $context:
Return value
null
File
- drupal/core/vendor/psr/log/Psr/Log/LoggerTrait.php, line 22
Class
- LoggerTrait
- This is a simple Logger trait that classes unable to extend AbstractLogger
(because they extend another class, etc) can include.
Namespace
Psr\Log
Code
public function emergency($message, array $context = array()) {
$this
->log(LogLevel::EMERGENCY, $message, $context);
}