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

상속: ILogger, ILogWithEmphasis, ILogWithImages, ILogWithExpandableSections
파일 보기 프로젝트 열기: KernowCode/UBADDAS 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
HandleMidAlign ( string content, ILogger logger ) : string
PrependCachedContent ( string content ) : string
WithLoggers ( Action action ) : void

메소드 상세

Add() 공개 메소드

public Add ( ILogger logger ) : void
logger ILogger
리턴 void

AddRange() 공개 메소드

public AddRange ( IEnumerable loggers ) : void
loggers IEnumerable
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetOutputLocation() 공개 메소드

public GetOutputLocation ( ) : IEnumerable
리턴 IEnumerable

Loggers() 공개 메소드

public Loggers ( ) : System
리턴 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

Write() 공개 메소드

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