C# 클래스 ProxyManager.Logger

파일 보기 프로젝트 열기: c-jiang/ProxyManager

공개 메소드들

메소드 설명
Disable ( ) : bool
E ( string content ) : void
Enable ( Category logLevel ) : bool
I ( string content ) : void
Initialize ( string newLogPath, string oldLogPath ) : bool
Terminate ( ) : bool
V ( string content ) : void
W ( string content ) : void

비공개 메소드들

메소드 설명
AddToLog ( char category, string content ) : void
SwitchLogFile ( ) : void

메소드 상세

Disable() 공개 정적인 메소드

public static Disable ( ) : bool
리턴 bool

E() 공개 정적인 메소드

public static E ( string content ) : void
content string
리턴 void

Enable() 공개 정적인 메소드

public static Enable ( Category logLevel ) : bool
logLevel Category
리턴 bool

I() 공개 정적인 메소드

public static I ( string content ) : void
content string
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( string newLogPath, string oldLogPath ) : bool
newLogPath string
oldLogPath string
리턴 bool

Terminate() 공개 정적인 메소드

public static Terminate ( ) : bool
리턴 bool

V() 공개 정적인 메소드

public static V ( string content ) : void
content string
리턴 void

W() 공개 정적인 메소드

public static W ( string content ) : void
content string
리턴 void