NDCRemove Method Apache log4net™ SDK Documentation
Removes the context information for this thread. It is not required to call this method.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static void Remove()
Remarks

Note Note

The NDC is deprecated and has been replaced by the Stacks. The current NDC implementation forwards to the ThreadContext.Stacks["NDC"].

This method is not implemented.

See Also

Reference