Critical conditions.
Example: Application component unavailable, unexpected exception.
string $message:
array $context:
null
Overrides LoggerInterface::critical
public function critical($message, array $context = array()) {
$this
->log(LogLevel::CRITICAL, $message, $context);
}