Method | Description | |
---|---|---|
Format ( Entry entry ) : string | ||
FormatSlow ( Entry entry ) : string | ||
LineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true, LineEnding lineEnding = LineEnding.CRLF ) : XLog.Categories |
Method | Description | |
---|---|---|
Append ( char buffer, char c ) : void | ||
Append ( char buffer, string s ) : void | ||
AppendDigitsFast ( char &buffer, int value, int maxLen, char padding = '0' ) : void |
public LineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true, LineEnding lineEnding = LineEnding.CRLF ) : XLog.Categories | ||
categoryFormatter | ICategoryFormatter | |
doAsyncExceptionCleanup | bool | |
lineEnding | LineEnding | |
return | XLog.Categories |