Action must be taken immediately.
Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.
string $message:
array $context:
null
Overrides LoggerInterface::alert
public function alert($message, array $context = array()) {
$this
->log('alert', $message, $context);
}