C# 클래스 Skytap.Utilities.FileLogger

상속: Logger
파일 보기 프로젝트 열기: skytap/Skytap-TFS-Automation-Pack

공개 메소드들

메소드 설명
FileLogger ( ) : System
Flush ( ) : void

Write out the contents of the log string to the file, flushing the contents of the in-memory string.

보호된 메소드들

메소드 설명
_LogError ( string message ) : void
_LogImportant ( string message ) : void
_LogInfo ( string message ) : void

비공개 메소드들

메소드 설명
IncrementLinesAndCheckFlush ( ) : void

메소드 상세

FileLogger() 공개 메소드

public FileLogger ( ) : System
리턴 System

Flush() 공개 메소드

Write out the contents of the log string to the file, flushing the contents of the in-memory string.
public Flush ( ) : void
리턴 void

_LogError() 보호된 메소드

protected _LogError ( string message ) : void
message string
리턴 void

_LogImportant() 보호된 메소드

protected _LogImportant ( string message ) : void
message string
리턴 void

_LogInfo() 보호된 메소드

protected _LogInfo ( string message ) : void
message string
리턴 void