I am writing a custom HttpModule for an ASP.NET application. I would like to be able to access the W3C fields that are written to the IIS log. It looks like the data structure HTTP_LOG_FIELDS_DATA is the relevant data structure.
Is there a way to access this log information immediately before or immediately after this is written to the log file? If this cannot be done in .NET, could this be done in C++?
(I am not looking to use Microsoft Log Parser.)