C# Class KernowCode.KTest.Logging.HtmlLogger

Inheritance: ILogger, ILogWithEmphasis, ILogWithImages, ILogWithExpandableSections
Exibir arquivo Open project: KernowCode/UBADDAS

Public Methods

Method 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

Method Description
CreateStylesheetAt ( string directory ) : void
Emphasise ( string text ) : string
GetTagName ( ) : string
OutputCorrectDetailsTagFor ( string content ) : void
WriteContent ( ) : void
WriteHtml ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetOutputLocation() public method

public GetOutputLocation ( ) : IEnumerable
return IEnumerable

HtmlLogger() public method

public HtmlLogger ( ILoggerEntry loggerEntry, string filePath ) : System
loggerEntry ILoggerEntry
filePath string
return System

SaveImage() public method

public SaveImage ( Image image, Image image2 ) : void
image Image
image2 Image
return void

SetStartTextsToEmphasise() public method

public SetStartTextsToEmphasise ( ) : void
return void

SetStartTextsToHaveSectionOpen() public method

public SetStartTextsToHaveSectionOpen ( ) : void
return void

StepsStart() public method

public StepsStart ( ) : void
return void

StepsStop() public method

public StepsStop ( ) : void
return void

SubSectionEnd() public method

public SubSectionEnd ( ) : void
return void

SubSectionStart() public method

public SubSectionStart ( ) : void
return void

WriteLine() public method

public WriteLine ( string content ) : void
content string
return void

WriteLine() public method

public WriteLine ( string format, string arg ) : void
format string
arg string
return void

WriteObject() public method

public WriteObject ( object content ) : void
content object
return void

WriteOutputLocations() public method

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
return void