Свойство | Тип | Описание | |
---|---|---|---|
EnableTracing | bool |
Метод | Описание | |
---|---|---|
LogException ( |
||
TraceEntry ( string txt = "" ) : void | ||
TraceExit ( string txt = "" ) : void | ||
WriteLine ( string line ) : void |
Метод | Описание | |
---|---|---|
ErrorLog ( ) : System | ||
GetCurrentMethod ( int numFrames ) : string | ||
GetLineFormatted ( string line, string method = "" ) : string |
public static LogException ( |
||
ex | ||
Результат | void |
public static TraceEntry ( string txt = "" ) : void | ||
txt | string | |
Результат | void |
public static TraceExit ( string txt = "" ) : void | ||
txt | string | |
Результат | void |
public static WriteLine ( string line ) : void | ||
line | string | |
Результат | void |