Accesslog modification from plugin middleware

Hi there, I'm trying to create a new entry in the accesslog from a middleware plugin, but I cannot seem to access the accesslog.GetLogData function, or retrieve its Context in other ways. Can anyone advise if this is even possible?

I doubt there is an API for plugins to modify access logging. But I am not a Traefik dev.

ChatGPT says this (but it may be wrong):

As of my last update in April 2023, Traefik plugins, which are primarily designed to extend the functionality of Traefik's routing and middleware capabilities, do not have the native ability to directly modify or create entries in the Traefik access log. The access log in Traefik is primarily intended to record the details of incoming requests and the responses sent by Traefik, and it follows a predefined format that is not directly modifiable through plugins.