Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人有在像 asp.net 这样的多线程环境中使用 log4net 的经验。我们目前正在使用 log4net,我想确保我们不会遇到任何问题。
我们在高度多线程的环境中运行 log4net(和 log4cxx)没有问题。不过,您需要小心配置它们的方式。
Jeff 描述的 log4net 问题与某个附加程序的使用有关。我们总体上坚持使用简单的日志文件附加程序,以减少日志记录对代码操作的影响。将一行写入文件非常简单,启动另一个数据库事务非常繁重。