C# Class NLog.LayoutRenderers.ProcessInfoLayoutRenderer

Inheritance: LayoutRenderer
Afficher le fichier Open project: NLog/NLog Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ProcessInfoLayoutRenderer ( ) : System

Initializes a new instance of the ProcessInfoLayoutRenderer class.

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

CloseLayoutRenderer() protected méthode

Closes the layout renderer.
protected CloseLayoutRenderer ( ) : void
Résultat void

InitializeLayoutRenderer() protected méthode

Initializes the layout renderer.
protected InitializeLayoutRenderer ( ) : void
Résultat void

ProcessInfoLayoutRenderer() public méthode

Initializes a new instance of the ProcessInfoLayoutRenderer class.
public ProcessInfoLayoutRenderer ( ) : System
Résultat System