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