C# Класс NLog.LayoutRenderers.AllEventPropertiesLayoutRenderer

Наследование: LayoutRenderer
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetProperties object>.IDictionary

Открытые методы

Метод Описание
AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic

Initializes a new instance of the AllEventPropertiesLayoutRenderer class.

Защищенные методы

Метод Описание
Append ( StringBuilder builder, LogEventInfo logEvent ) : void

Renders all log event's properties and appends them to the specified StringBuilder.

Приватные методы

Метод Описание
GetProperties ( LogEventInfo logEvent ) : object>.IDictionary

Also render the call attributes? (CallerMemberNameAttribute, CallerFilePathAttribute, CallerLineNumberAttribute).

Описание методов

AllEventPropertiesLayoutRenderer() публичный Метод

Initializes a new instance of the AllEventPropertiesLayoutRenderer class.
public AllEventPropertiesLayoutRenderer ( ) : System.Collections.Generic
Результат System.Collections.Generic

Append() защищенный Метод

Renders all log event's properties and appends them to the specified StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
Результат void