C# Class NLog.LayoutRenderers.EventContextLayoutRenderer

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

Private Properties

Свойство Type Description

Méthodes protégées

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

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