C# Class NLog.LayoutRenderers.ProcessInfoLayoutRenderer

Inheritance: LayoutRenderer
Datei anzeigen Open project: NLog/NLog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ProcessInfoLayoutRenderer ( ) : System

Initializes a new instance of the ProcessInfoLayoutRenderer class.

Protected Methods

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

Renders the selected process information.

CloseLayoutRenderer ( ) : void

Closes the layout renderer.

InitializeLayoutRenderer ( ) : void

Initializes the layout renderer.

Method Details

Append() protected method

Renders the selected process information.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
return void

CloseLayoutRenderer() protected method

Closes the layout renderer.
protected CloseLayoutRenderer ( ) : void
return void

InitializeLayoutRenderer() protected method

Initializes the layout renderer.
protected InitializeLayoutRenderer ( ) : void
return void

ProcessInfoLayoutRenderer() public method

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