C# 클래스 Downsize.LoggingService

파일 보기 프로젝트 열기: ChaseFlorell/Downsize

공개 메소드들

메소드 설명
Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void
WriteError ( string message = "" ) : void
WriteLine ( string message = "" ) : void
WriteVerbose ( string message = "" ) : void

비공개 메소드들

메소드 설명
WriteLog ( string message ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void
logDir string
logToFile bool
verbose bool
quiet bool
리턴 void

WriteError() 공개 정적인 메소드

public static WriteError ( string message = "" ) : void
message string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string message = "" ) : void
message string
리턴 void

WriteVerbose() 공개 정적인 메소드

public static WriteVerbose ( string message = "" ) : void
message string
리턴 void