C# 클래스 XLog.Formatters.SlowLineFormatter

상속: IFormatter
파일 보기 프로젝트 열기: Belorus/XLog

공개 메소드들

메소드 설명
Format ( Entry entry ) : string
SlowLineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true ) : XLog.Categories

메소드 상세

Format() 공개 메소드

public Format ( Entry entry ) : string
entry Entry
리턴 string

SlowLineFormatter() 공개 메소드

public SlowLineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true ) : XLog.Categories
categoryFormatter ICategoryFormatter
doAsyncExceptionCleanup bool
리턴 XLog.Categories