C# Class XLog.Formatters.SlowLineFormatter

Inheritance: IFormatter
Mostrar archivo Open project: Belorus/XLog

Public Methods

Method Description
Format ( Entry entry ) : string
SlowLineFormatter ( ICategoryFormatter categoryFormatter = null, bool doAsyncExceptionCleanup = true ) : XLog.Categories

Method Details

Format() public method

public Format ( Entry entry ) : string
entry Entry
return string

SlowLineFormatter() public method

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