C# Класс ProxyManager.Logger

Показать файл Открыть проект

Открытые методы

Метод Описание
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