C# Class ProxyManager.Logger

Afficher le fichier Open project: c-jiang/ProxyManager

Méthodes publiques

Méthode 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

Méthode Description
AddToLog ( char category, string content ) : void
SwitchLogFile ( ) : void

Method Details

Disable() public static méthode

public static Disable ( ) : bool
Résultat bool

E() public static méthode

public static E ( string content ) : void
content string
Résultat void

Enable() public static méthode

public static Enable ( Category logLevel ) : bool
logLevel Category
Résultat bool

I() public static méthode

public static I ( string content ) : void
content string
Résultat void

Initialize() public static méthode

public static Initialize ( string newLogPath, string oldLogPath ) : bool
newLogPath string
oldLogPath string
Résultat bool

Terminate() public static méthode

public static Terminate ( ) : bool
Résultat bool

V() public static méthode

public static V ( string content ) : void
content string
Résultat void

W() public static méthode

public static W ( string content ) : void
content string
Résultat void