C# 클래스 NLog.LayoutRenderers.EventContextLayoutRenderer

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
Append ( StringBuilder builder, LogEventInfo logEvent ) : void

Renders the specified log event context item and appends it to the specified StringBuilder.

메소드 상세

Append() 보호된 메소드

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.
리턴 void