nicko 2005/02/13 19:24:37
Modified: src LogicalThreadContext.cs ThreadContext.cs
log4net.csproj
Removed: src/Util ThreadContextList.cs ThreadContextLists.cs
Log:
Removed Context Lists. The Context Stacks give essentially the same
functionality
Revision Changes Path
1.5 +0 -21 logging-log4net/src/LogicalThreadContext.cs
Index: LogicalThreadContext.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/LogicalThreadContext.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LogicalThreadContext.cs 17 Jan 2005 20:18:40 -0000 1.4
+++ LogicalThreadContext.cs 14 Feb 2005 03:24:36 -0000 1.5
@@ -118,22 +118,6 @@
get { return s_stacks; }
}
- /// <summary>
- /// The thread lists
- /// </summary>
- /// <value>
- /// list map
- /// </value>
- /// <remarks>
- /// <para>
- /// The logical thread lists.
- /// </para>
- /// </remarks>
- public static ThreadContextLists Lists
- {
- get { return s_lists; }
- }
-
#endregion Public Static Properties
#region Private Static Fields
@@ -148,11 +132,6 @@
/// </summary>
private readonly static ThreadContextStacks s_stacks = new
ThreadContextStacks(s_properties);
- /// <summary>
- /// The thread context lists instance
- /// </summary>
- private readonly static ThreadContextLists s_lists = new
ThreadContextLists(s_properties);
-
#endregion Private Static Fields
}
}
1.6 +0 -21 logging-log4net/src/ThreadContext.cs
Index: ThreadContext.cs
===================================================================
RCS file: /home/cvs/logging-log4net/src/ThreadContext.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ThreadContext.cs 17 Jan 2005 20:18:40 -0000 1.5
+++ ThreadContext.cs 14 Feb 2005 03:24:36 -0000 1.6
@@ -115,22 +115,6 @@
get { return s_stacks; }
}
- /// <summary>
- /// The thread lists
- /// </summary>
- /// <value>
- /// list map
- /// </value>
- /// <remarks>
- /// <para>
- /// The thread local lists.
- /// </para>
- /// </remarks>
- public static ThreadContextLists Lists
- {
- get { return s_lists; }
- }
-
#endregion Public Static Properties
#region Private Static Fields
@@ -145,11 +129,6 @@
/// </summary>
private readonly static ThreadContextStacks s_stacks = new
ThreadContextStacks(s_properties);
- /// <summary>
- /// The thread context lists instance
- /// </summary>
- private readonly static ThreadContextLists s_lists = new
ThreadContextLists(s_properties);
-
#endregion Private Static Fields
}
}
1.18 +0 -10 logging-log4net/src/log4net.csproj
Index: log4net.csproj
===================================================================
RCS file: /home/cvs/logging-log4net/src/log4net.csproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- log4net.csproj 4 Feb 2005 03:06:48 -0000 1.17
+++ log4net.csproj 14 Feb 2005 03:24:36 -0000 1.18
@@ -948,16 +948,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "Util\ThreadContextList.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Util\ThreadContextLists.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "Util\ThreadContextProperties.cs"
SubType = "Code"
BuildAction = "Compile"