LOG4NET-554 update class level documentation

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/96f56464
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/96f56464
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/96f56464

Branch: refs/heads/master
Commit: 96f56464a5b9abbb547cf89717816fefa855e622
Parents: 201ad1a
Author: Stefan Bodewig <bode...@apache.org>
Authored: Fri Mar 3 21:55:10 2017 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Fri Mar 3 21:55:10 2017 +0000

----------------------------------------------------------------------
 src/LogicalThreadContext.cs                | 5 +++++
 src/Util/LogicalThreadContextProperties.cs | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/96f56464/src/LogicalThreadContext.cs
----------------------------------------------------------------------
diff --git a/src/LogicalThreadContext.cs b/src/LogicalThreadContext.cs
index 40357c4..0403c42 100644
--- a/src/LogicalThreadContext.cs
+++ b/src/LogicalThreadContext.cs
@@ -38,6 +38,11 @@ namespace log4net
        /// properties with the same name.
        /// </para>
        /// <para>
+       /// For .NET Standard 1.3 this class uses
+       /// System.Threading.AsyncLocal rather than <see
+       /// cref="System.Runtime.Remoting.Messaging.CallContext"/>.
+       /// </para>
+       /// <para>
        /// The Logical Thread Context has a properties map and a stack.
        /// The properties and stack can 
        /// be included in the output of log messages. The <see 
cref="log4net.Layout.PatternLayout"/>

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/96f56464/src/Util/LogicalThreadContextProperties.cs
----------------------------------------------------------------------
diff --git a/src/Util/LogicalThreadContextProperties.cs 
b/src/Util/LogicalThreadContextProperties.cs
index 904229d..c5879fc 100644
--- a/src/Util/LogicalThreadContextProperties.cs
+++ b/src/Util/LogicalThreadContextProperties.cs
@@ -44,6 +44,11 @@ namespace log4net.Util
        /// <c>log4net.Util.LogicalThreadContextProperties</c>.
        /// </para>
        /// <para>
+       /// For .NET Standard 1.3 this class uses
+       /// System.Threading.AsyncLocal rather than <see
+       /// cref="System.Runtime.Remoting.Messaging.CallContext"/>.
+       /// </para>
+       /// <para>
        /// The <see cref="CallContext"/> requires a link time 
        /// <see cref="System.Security.Permissions.SecurityPermission"/> for the
        /// <see 
cref="System.Security.Permissions.SecurityPermissionFlag.Infrastructure"/>.

Reply via email to