C# 클래스 NLog.LayoutRenderers.AllEventPropertiesLayoutRenderer

상속: LayoutRenderer
파일 보기 프로젝트 열기: NLog/NLog 1 사용 예제들

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