C# Class ProxyManager.Logger

Datei anzeigen Open project: c-jiang/ProxyManager

Public Methods

Method Description
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

Private Methods

Method Description
AddToLog ( char category, string content ) : void
SwitchLogFile ( ) : void

Method Details

Disable() public static method

public static Disable ( ) : bool
return bool

E() public static method

public static E ( string content ) : void
content string
return void

Enable() public static method

public static Enable ( Category logLevel ) : bool
logLevel Category
return bool

I() public static method

public static I ( string content ) : void
content string
return void

Initialize() public static method

public static Initialize ( string newLogPath, string oldLogPath ) : bool
newLogPath string
oldLogPath string
return bool

Terminate() public static method

public static Terminate ( ) : bool
return bool

V() public static method

public static V ( string content ) : void
content string
return void

W() public static method

public static W ( string content ) : void
content string
return void