Click or drag to resize

OnHasActivityTraceLayoutRendererWrapper Class

Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.LayoutRenderers.WrappersWrapperLayoutRendererBase
      NLog.LayoutRenderers.WrappersOnHasActivityTraceLayoutRendererWrapper

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog.DiagnosticSource (in NLog.DiagnosticSource.dll) Version: 5.2.1+a54f7fe24a23b4dc9ee731cf22586ac0ca2d167b
Syntax
public sealed class OnHasActivityTraceLayoutRendererWrapper : WrapperLayoutRendererBase

The OnHasActivityTraceLayoutRendererWrapper type exposes the following members.

Constructors
  NameDescription
Public methodOnHasActivityTraceLayoutRendererWrapper
Initializes a new instance of the OnHasActivityTraceLayoutRendererWrapper class
Top
Properties
  NameDescription
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
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
See Also