C# Class NLog.LayoutRenderers.EventPropertiesLayoutRenderer

Inheritance: LayoutRenderer
Show file Open project: NLog/NLog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EventPropertiesLayoutRenderer ( ) : NLog.Internal

Log event context data with default options.

Protected Methods

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

Renders the specified log event context item and appends it to the specified StringBuilder.

Method Details

Append() protected method

Renders the specified log event context item and appends it to the specified StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
return void

EventPropertiesLayoutRenderer() public method

Log event context data with default options.
public EventPropertiesLayoutRenderer ( ) : NLog.Internal
return NLog.Internal