Action must be taken immediately.
Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.
public function alert(string|\Stringable $message, array $context = []) : void { $this->log(LogLevel::ALERT, $message, $context); }