C# 클래스 NLog.LayoutRenderers.PriorityLayoutRenderer

상속: LayoutRenderer
파일 보기 프로젝트 열기: pmorton/WinLog

보호된 메소드들

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

Renders the syslog priority based on the log event level StringBuilder.

메소드 상세

Append() 보호된 메소드

Renders the syslog priority based on the log event level StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
리턴 void