The AbuseFilter follow-up to T373524: Support temporary account-related logs from other extensions in CheckUser.
AbuseFilter will begin logging temporary account IP views in T365743: Log when AbuseFilter user sees IP address associated with temp account via user_unnamed_ip variable trigger in its own log. It would be convenient and nice if all logs with regards to temporary account IPs were centralized in order to make it easier to review. Right now there's no way to use CheckUser's TemporaryAccountLogger to accurately record other IP viewing-related actions. Given that CheckUser is the holder of temporary account IP data, we should log to CheckUser whenever possible.
Acceptance criteria:
- ProtectedVarsAccessLogger writes to CheckUser's temporary accounts log if CheckUser is enabled
