NDC Depth Property Apache log4net™ SDK Documentation
Gets the current context depth.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static int Depth { get; }

Property Value

Type: OnlineInt32
The current context depth.
Remarks

Note 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