Runtime errors that do not require immediate action but should typically be logged and monitored.
public function error(string|\Stringable $message, array $context = []) : void { $this->log(LogLevel::ERROR, $message, $context); }