C# 클래스 XLog.Formatters.LineFormatter

상속: IFormatter
파일 보기 프로젝트 열기: Belorus/XLog 1 사용 예제들

공개 메소드들

메소드 설명
Format ( Entry entry ) : string
FormatSlow ( Entry entry ) : string
LineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true, LineEnding lineEnding = LineEnding.CRLF ) : XLog.Categories

비공개 메소드들

메소드 설명
Append ( char buffer, char c ) : void
Append ( char buffer, string s ) : void
AppendDigitsFast ( char &buffer, int value, int maxLen, char padding = '0' ) : void

메소드 상세

Format() 공개 메소드

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

FormatSlow() 공개 메소드

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

LineFormatter() 공개 메소드

public LineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true, LineEnding lineEnding = LineEnding.CRLF ) : XLog.Categories
categoryFormatter ICategoryFormatter
doAsyncExceptionCleanup bool
lineEnding LineEnding
리턴 XLog.Categories