Метод | Описание | |
---|---|---|
AddOutputLog ( ) : void | ||
AddTextBoxLogger ( |
||
AddTextFileLogger ( string path, string filePrefix ) : void | ||
DeleteAllLogger ( ) : void |
Метод | Описание | |
---|---|---|
OutputLog ( int mask, string log ) : void | ||
TextBoxLog ( int mask, string log ) : void | ||
TextFileLog ( int mask, string log ) : void |
public static AddTextBoxLogger ( |
||
tb | ||
Результат | void |
public static AddTextFileLogger ( string path, string filePrefix ) : void | ||
path | string | |
filePrefix | string | |
Результат | void |
public static DeleteAllLogger ( ) : void | ||
Результат | void |