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

Thread identity information (name and authentication information).

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  NLog.LayoutRenderers..::.LayoutRenderer
    NLog.LayoutRenderers..::.IdentityLayoutRenderer

See Also