log4net unique request id in ASP.NET -
log4net 1.2.11.0
i trying allow me log unique value each asp.net request.
i tried %thread, threads appear reused.
i've tried %aspnet-request , %aspnet-session don't have meaningful within them.
i looked @ threadcontext.properties , logicalthreadcontext.properties don't have in them either.
anyone have trick done? need ability pick particular request's logs out of log file.
clock tick
+ process id
+ thread id
stored when request starts should sufficient, think (assuming each thread handles 1 request @ time).
Comments
Post a Comment