C# 클래스 Zombie.StatusLogFile

The status log file provides an easy way to capture error and trace information in a log file.
상속: IStatusListener
파일 보기 프로젝트 열기: pkpjpm/Zombie

공개 메소드들

메소드 설명
StatusLogFile ( string logFilePath ) : System

비공개 메소드들

메소드 설명
FormatLine ( string Heading, string Summary, string Details ) : string
IStatusListener ( string Summary, string Details ) : void
WriteTextToFile ( string Contents ) : void

메소드 상세

StatusLogFile() 공개 메소드

public StatusLogFile ( string logFilePath ) : System
logFilePath string
리턴 System