C# Class KernowCode.KTest.Logging.Loggers

Inheritance: ILogger, ILogWithEmphasis, ILogWithImages, ILogWithExpandableSections
Afficher le fichier Open project: KernowCode/UBADDAS Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ILogger logger ) : void
AddRange ( IEnumerable loggers ) : void
Dispose ( ) : void
GetOutputLocation ( ) : IEnumerable
Loggers ( ) : System
SaveImage ( Image image, Image image2 ) : void
SetStartTextsToEmphasise ( ) : void
SetStartTextsToHaveSectionOpen ( ) : void
StepsStart ( ) : void
StepsStop ( ) : void
SubSectionEnd ( ) : void
SubSectionStart ( ) : void
Write ( string content ) : void
WriteLine ( string content ) : void
WriteLine ( string format, string arg ) : void
WriteObject ( object content ) : void
WriteOutputLocations ( IEnumerable locations ) : void

Private Methods

Méthode Description
HandleMidAlign ( string content, ILogger logger ) : string
PrependCachedContent ( string content ) : string
WithLoggers ( Action action ) : void

Method Details

Add() public méthode

public Add ( ILogger logger ) : void
logger ILogger
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable loggers ) : void
loggers IEnumerable
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetOutputLocation() public méthode

public GetOutputLocation ( ) : IEnumerable
Résultat IEnumerable

Loggers() public méthode

public Loggers ( ) : System
Résultat System

SaveImage() public méthode

public SaveImage ( Image image, Image image2 ) : void
image Image
image2 Image
Résultat void

SetStartTextsToEmphasise() public méthode

public SetStartTextsToEmphasise ( ) : void
Résultat void

SetStartTextsToHaveSectionOpen() public méthode

public SetStartTextsToHaveSectionOpen ( ) : void
Résultat void

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

Write() public méthode

public Write ( string content ) : void
content string
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