C# Class XLog.Formatters.SlowLineFormatter

Inheritance: IFormatter
Afficher le fichier Open project: Belorus/XLog

Méthodes publiques

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

Method Details

Format() public méthode

public Format ( Entry entry ) : string
entry Entry
Résultat string

SlowLineFormatter() public méthode

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