Property | Type | Description | |
---|---|---|---|
EnableTracing | bool |
Method | Description | |
---|---|---|
LogException ( |
||
TraceEntry ( string txt = "" ) : void | ||
TraceExit ( string txt = "" ) : void | ||
WriteLine ( string line ) : void |
Method | Description | |
---|---|---|
ErrorLog ( ) : System | ||
GetCurrentMethod ( int numFrames ) : string | ||
GetLineFormatted ( string line, string method = "" ) : string |
public static LogException ( |
||
ex | ||
return | void |
public static TraceEntry ( string txt = "" ) : void | ||
txt | string | |
return | void |
public static TraceExit ( string txt = "" ) : void | ||
txt | string | |
return | void |
public static WriteLine ( string line ) : void | ||
line | string | |
return | void |