C# Class GP.Futhark.WebApiLogstashJsonLayoutRenderer

Inheritance: LayoutRenderer
Show file Open project: GrupaPracuj/Futhark

Private Properties

Property Type Description

Public Methods

Method Description
WebApiLogstashJsonLayoutRenderer ( ) : System

Protected Methods

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

Method Details

Append() protected method

protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder
logEvent NLog.LogEventInfo
return void

WebApiLogstashJsonLayoutRenderer() public method

public WebApiLogstashJsonLayoutRenderer ( ) : System
return System