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