Apache log4net 2.0.8 发布了,log4net 是一个可以帮助程序员把日志信息输出到各种不同目标的 .NET 类库。
Apache log4net 2.0.8 修复了在某些情况下可能在 FileAppender 内发生的 LockRecursionException。它还支持 LogicalThreadContext 到基于 AsyncLocal 的. NET 标准构建,而不是 CallContext。
其他更新如下:
Bug 修复
"LockRecursionException: A read lock may not be acquired with the write lock held in this mode." exception
Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0
LockRecursionException when using File Appenders
LogicalThreadContext was removed in .NETStandard
新特性
DebugAppender configuration should give the possibility to disable outputting loggerName as category
软件详情:http://logging.apache.org/log4net/release/release-notes.html
下载地址:https://logging.apache.org/log4net/download_log4net.cgi
来自:开源中国社区

