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

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

공개 메소드들

메소드 설명
ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System
Dispose ( ) : void
GetOutputLocation ( ) : IEnumerable
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

메소드 상세

ConsoleLogger() 공개 메소드

public ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System
consoleLoggerEnrtry ILoggerEntry
reportLevel int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetOutputLocation() 공개 메소드

public GetOutputLocation ( ) : IEnumerable
리턴 IEnumerable

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