public function alert(string|\Stringable $message, array $context = []) : void { $this->log(RfcLogLevel::ALERT, $message, $context); }