log4net 1.2.11.0
I am trying to get anything that will allow me to log with a unique value for each ASP.NET request.
I tried %thread, but threads appear to
clock tick + process ID + thread ID as stored when your request starts should be sufficient, I think (assuming each thread handles 1 request at a time).
clock tick
process ID
thread ID