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

The directory where NLog.dll is located.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  NLog.LayoutRenderers..::.LayoutRenderer
    NLog.LayoutRenderers..::.NLogDirLayoutRenderer

See Also