NDC CloneStack Method Apache log4net™ SDK Documentation
Creates a clone of the stack of context information.

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

public static Stack CloneStack()

Return Value

Type: OnlineStack
A clone of the context info for this thread.
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 results of this method can be passed to the Inherit(Stack) method to allow child threads to inherit the context of their parent thread.

See Also