For T295017: Display ipinfo log lines on Special:Log we want to be able to show whether a user has viewed limited or full information (i.e. whether the user has the ipinfo-view-basic or ipinfo-view-full right.
To do this, we need to log it in Logger::log. We can log it as a parameter, using $logEntry->setParameters(), defined here.

