C# Class NLog.LayoutRenderers.CallSiteLayoutRenderer

Inheritance: LayoutRenderer, IUsesStackTrace
Datei anzeigen Open project: NLog/NLog

Private Properties

Property Type Description

Public Methods

Method Description
CallSiteLayoutRenderer ( ) : System

Initializes a new instance of the CallSiteLayoutRenderer class.

Protected Methods

Method Description
Append ( StringBuilder builder, LogEventInfo logEvent ) : void

Renders the call site and appends it to the specified StringBuilder.

Method Details

Append() protected method

Renders the call site and appends it to the specified StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder System.Text.StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
return void

CallSiteLayoutRenderer() public method

Initializes a new instance of the CallSiteLayoutRenderer class.
public CallSiteLayoutRenderer ( ) : System
return System