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

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

공개 메소드들

메소드 설명
ConsoleLoggerMidAligned ( int leftSectionPadding, 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

비공개 메소드들

메소드 설명
AddIndentationTo ( string line ) : string
FormatMidAlign ( string content, string line ) : string
HelpCreateLine ( string content ) : string

메소드 상세

ConsoleLoggerMidAligned() 공개 메소드

public ConsoleLoggerMidAligned ( int leftSectionPadding, int reportLevel = int.MaxValue ) : System
leftSectionPadding int
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