README.md
<html>
<body>
<div class="section" id="main">
<h2>Apache log4net&#x2122; 2.0.8 Release Notes</h2>

<div class="section" id="2.0.8">
<h2><a name="a2.0.8"></a>2.0.8</h2>

<p>
Apache log4net 2.0.8 fixes a
<tt>LockRecursionException</tt> that could happen
inside the <tt>FileAppender</tt> under certain
circumstances. It also adds support for
<tt>LogicalThreadContext</tt> to the .NET Standard
build based on <tt>AsyncLocal</tt> rather than
<tt>CallContext</tt>.
</p>

<a name="a2.0.8-bug"></a>
<div class="section" id="2.0.8-bug">
<h2><a name="Bug_Fixes"></a>Bug Fixes</h2>

<ul>

<li>[<a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET-466">LOG4NET-466</a>] - &quot;LockRecursionException: A read lock may not be acquired with the write lock held in this mode.&quot; exception
</li>

<li>[<a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET-550">LOG4NET-550</a>] - Logging recursively from an Appender not supported for NET_4_0 and MONO_4_0
</li>

<li>[<a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET-551">LOG4NET-551</a>] - LockRecursionException when using File Appenders
</li>

<li>[<a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET-554">LOG4NET-554</a>] - LogicalThreadContext was removed in .NETStandard
</li>
</ul>
</div>

<a name="a2.0.8-new"></a>
<div class="section" id="2.0.8-new">
<h2><a name="New_Features"></a>New Features</h2>

<ul>

<li>[<a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4NET-553">LOG4NET-553</a>] - DebugAppender configuration should give the possibility to disable outputting loggerName as category
</li>
</ul>
</div>
</div>
</div>
</body>
</html>