[This is preliminary documentation and is subject to change.]

Nested Diagnostic Context item. Provided for compatibility with log4net.

Namespace:  NLog.LayoutRenderers
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public class NdcLayoutRenderer : LayoutRenderer
Visual Basic (Declaration)
Public Class NdcLayoutRenderer _
	Inherits LayoutRenderer
Visual C++
public ref class NdcLayoutRenderer : public LayoutRenderer

Inheritance Hierarchy

System..::.Object
  NLog.LayoutRenderers..::.LayoutRenderer
    NLog.LayoutRenderers..::.NdcLayoutRenderer

See Also