C# 클래스 MetroLog.Layouts.Layout

Defines the base class for string-based layouts.
파일 보기 프로젝트 열기: onovotny/MetroLog 1 사용 예제들

공개 메소드들

메소드 설명
GetFormattedString ( LogWriteContext context, LogEventInfo info ) : string

Returns the formatted log event.

메소드 상세

GetFormattedString() 공개 추상적인 메소드

Returns the formatted log event.
public abstract GetFormattedString ( LogWriteContext context, LogEventInfo info ) : string
context LogWriteContext The logging context.
info LogEventInfo The log event for format.
리턴 string