C# 클래스 KernowCode.KTest.Logging.HtmlLogger

상속: ILogger, ILogWithEmphasis, ILogWithImages, ILogWithExpandableSections
파일 보기 프로젝트 열기: KernowCode/UBADDAS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateStylesheetAt ( string directory ) : void
Emphasise ( string text ) : string
GetTagName ( ) : string
OutputCorrectDetailsTagFor ( string content ) : void
WriteContent ( ) : void
WriteHtml ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetOutputLocation() 공개 메소드

public GetOutputLocation ( ) : IEnumerable
리턴 IEnumerable

HtmlLogger() 공개 메소드

public HtmlLogger ( ILoggerEntry loggerEntry, string filePath ) : System
loggerEntry ILoggerEntry
filePath string
리턴 System

SaveImage() 공개 메소드

public SaveImage ( Image image, Image image2 ) : void
image Image
image2 Image
리턴 void

SetStartTextsToEmphasise() 공개 메소드

public SetStartTextsToEmphasise ( ) : void
리턴 void

SetStartTextsToHaveSectionOpen() 공개 메소드

public SetStartTextsToHaveSectionOpen ( ) : void
리턴 void

StepsStart() 공개 메소드

public StepsStart ( ) : void
리턴 void

StepsStop() 공개 메소드

public StepsStop ( ) : void
리턴 void

SubSectionEnd() 공개 메소드

public SubSectionEnd ( ) : void
리턴 void

SubSectionStart() 공개 메소드

public SubSectionStart ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string content ) : void
content string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format, string arg ) : void
format string
arg string
리턴 void

WriteObject() 공개 메소드

public WriteObject ( object content ) : void
content object
리턴 void

WriteOutputLocations() 공개 메소드

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
리턴 void