Gets the current context depth.
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: Int32The current context depth.
Remarks
Note |
---|
The NDC is deprecated and has been replaced by the Stacks. The current NDC implementation forwards to the ThreadContext.Stacks["NDC"]. |
The number of context values pushed onto the context stack.
Used to record the current depth of the context. This can then be restored using the SetMaxDepth(Int32) method.
See Also