C# 클래스 NLog.LayoutRenderers.TimestampLayoutRenderer

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Render the syslog timestamp based on local time StringBuilder.

메소드 상세

Append() 보호된 메소드

Render the syslog timestamp based on local time StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
리턴 void