Implementation of Stack for the LogicalThreadContext
Inheritance Hierarchy
log4net.UtilLogicalThreadContextStack
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The LogicalThreadContextStack type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | 
            The number of messages in the stack
              | 
Methods
| Name | Description | |
|---|---|---|
| Clear | 
            Clears all the contextual information held in this stack.
              | |
| Equals | (Inherited from Object.) | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| Pop | 
            Removes the top context from this stack.
              | |
| Push | 
            Pushes a new context message into this stack.
              | |
| ToString | 
            Gets the current context information for this stack.
              (Overrides ObjectToString.) | 
Remarks
Implementation of Stack for the LogicalThreadContext
See Also