C# Class KernowCode.KTest.Logging.HtmlLogger

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetOutputLocation ( ) : IEnumerable
HtmlLogger ( ILoggerEntry loggerEntry, string filePath ) : System
SaveImage ( Image image, Image image2 ) : void
SetStartTextsToEmphasise ( ) : void
SetStartTextsToHaveSectionOpen ( ) : void
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

Private Methods

Méthode Description
CreateStylesheetAt ( string directory ) : void
Emphasise ( string text ) : string
GetTagName ( ) : string
OutputCorrectDetailsTagFor ( string content ) : void
WriteContent ( ) : void
WriteHtml ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetOutputLocation() public méthode

public GetOutputLocation ( ) : IEnumerable
Résultat IEnumerable

HtmlLogger() public méthode

public HtmlLogger ( ILoggerEntry loggerEntry, string filePath ) : System
loggerEntry ILoggerEntry
filePath string
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

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