Reading the docs on log4net, I noticed that all the std Appenders are labeled as
"not safe for multithreaded operations"
This makes it sound like none of the Appenders can be used in ASP.Net or a multi-threaded client.
Am I mis-reading this? Has anyone encountered problems with threaded log4net Appenders??
Thanks --- Chris