C# Class NLog.LayoutRenderers.XmlLayoutRenderer

Inheritance: LayoutRenderer
Mostrar archivo Open project: loresoft/NLog.Xml Class Usage Examples

Protected Methods

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

Appends the specified builder.

Method Details

Append() protected method

Appends the specified builder.
protected Append ( StringBuilder builder, LogEventInfo logEventInfo ) : void
builder StringBuilder The builder.
logEventInfo LogEventInfo The log event info.
return void