C# Class BudgetAnalyser.Engine.UnitTest.TestHarness.FakeLogger

Inheritance: ILogger
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
Format ( string format ) : string
LogAlways ( string>.Func logEntryBuilder ) : void
LogError ( Exception ex, string>.Func logEntryBuilder ) : void
LogError ( string>.Func logEntryBuilder ) : void
LogInfo ( string>.Func logEntryBuilder ) : void
LogWarning ( string>.Func logEntryBuilder ) : void

Method Details

Format() public méthode

public Format ( string format ) : string
format string
Résultat string

LogAlways() public méthode

public LogAlways ( string>.Func logEntryBuilder ) : void
logEntryBuilder string>.Func
Résultat void

LogError() public méthode

public LogError ( Exception ex, string>.Func logEntryBuilder ) : void
ex System.Exception
logEntryBuilder string>.Func
Résultat void

LogError() public méthode

public LogError ( string>.Func logEntryBuilder ) : void
logEntryBuilder string>.Func
Résultat void

LogInfo() public méthode

public LogInfo ( string>.Func logEntryBuilder ) : void
logEntryBuilder string>.Func
Résultat void

LogWarning() public méthode

public LogWarning ( string>.Func logEntryBuilder ) : void
logEntryBuilder string>.Func
Résultat void