C# Class KernowCode.KTest.Logging.ConsoleLogger

Inheritance: ILogger
Afficher le fichier Open project: KernowCode/UBADDAS

Méthodes publiques

Méthode Description
ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System
Dispose ( ) : void
GetOutputLocation ( ) : IEnumerable
StepsStart ( ) : void
StepsStop ( ) : void
SubSectionEnd ( ) : void
SubSectionStart ( ) : void
WriteLine ( string content ) : void
WriteLine ( string format, string arg ) : void
WriteObject ( object content ) : void
WriteOutputLocations ( IEnumerable locations ) : void

Method Details

ConsoleLogger() public méthode

public ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System
consoleLoggerEnrtry ILoggerEntry
reportLevel int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetOutputLocation() public méthode

public GetOutputLocation ( ) : IEnumerable
Résultat IEnumerable

StepsStart() public méthode

public StepsStart ( ) : void
Résultat void

StepsStop() public méthode

public StepsStop ( ) : void
Résultat void

SubSectionEnd() public méthode

public SubSectionEnd ( ) : void
Résultat void

SubSectionStart() public méthode

public SubSectionStart ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string content ) : void
content string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, string arg ) : void
format string
arg string
Résultat void

WriteObject() public méthode

public WriteObject ( object content ) : void
content object
Résultat void

WriteOutputLocations() public méthode

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
Résultat void