Click or drag to resize

ScopeContextIndentLayoutRenderer Class

Renders the nested states from ScopeContext like a callstack
Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.LayoutRenderersScopeContextIndentLayoutRenderer

Namespace:  NLog.LayoutRenderers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public sealed class ScopeContextIndentLayoutRenderer : LayoutRenderer

The ScopeContextIndentLayoutRenderer type exposes the following members.

Constructors
  NameDescription
Public methodScopeContextIndentLayoutRenderer
Initializes a new instance of the ScopeContextIndentLayoutRenderer class
Top
Properties
  NameDescription
Public propertyIndent
Gets or sets the indent token.
Top
Methods
  NameDescription
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
Remarks
See Also