C# 클래스 TubeGuardian.clsFileLogger

파일 보기 프로젝트 열기: joshgoodwin/TubeGuardian 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
appendFile ( string data ) : void
clsFileLogger ( string filename ) : System
readFile ( ) : string

보호된 메소드들

메소드 설명
Error ( IOException e ) : void

메소드 상세

Error() 보호된 메소드

protected Error ( IOException e ) : void
e System.IO.IOException
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

appendFile() 공개 메소드

public appendFile ( string data ) : void
data string
리턴 void

clsFileLogger() 공개 메소드

public clsFileLogger ( string filename ) : System
filename string
리턴 System

readFile() 공개 메소드

public readFile ( ) : string
리턴 string