You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2017/03/03 22:00:31 UTC

svn commit: r1785400 - /logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml

Author: bodewig
Date: Fri Mar  3 22:00:31 2017
New Revision: 1785400

URL: http://svn.apache.org/viewvc?rev=1785400&view=rev
Log:
commit to close the correct PR - closes #42

Modified:
    logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml

Modified: logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml?rev=1785400&r1=1785399&r2=1785400&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/manual/contexts.xml Fri Mar  3 22:00:31 2017
@@ -78,7 +78,11 @@ limitations under the License.
                             <td>
                                 The logical thread context is visible to a logical thread. Logical
                                 threads can jump from one managed thread to another. For more details
-                                see the .NET API <span class="code">System.Runtime.Remoting.Messaging.CallContext</span>.
+                                see the .NET API <span
+                                class="code">System.Runtime.Remoting.Messaging.CallContext</span>.<br></br>
+                                For .NET Standard this uses <span
+                                class="code">AsyncLocal</span> rather
+                                than <span class="code">CallContext</span>.
                             </td>
                         </tr>
                         <tr align="left">