Property | Type | Description | |
---|---|---|---|
GetCurrentThreadId | int | ||
IsEnabled | bool | ||
TracerConfig | System | ||
WriteTraceMessage | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Close the current active trace listeners in a thread safe way.
|
|
Reset ( string cfg ) : string |
Re/Set trace configuration in a thread safe way by shutting down the already existing listeners and then put the new config into place.
|
|
Reset ( string cfg, bool bClearEvents ) : string |
Re/Set trace configuration in a thread safe way by shutting down the already existing listeners and then put the new config into place.
|
Method | Description | |
---|---|---|
GetCurrentThreadId ( ) : int | ||
IsEnabled ( |
||
TracerConfig ( string cfg ) : System | ||
WriteTraceMessage ( string traceMsg ) : void |
public static Reset ( string cfg ) : string | ||
cfg | string | /// The trace string format is of the form OutputDevice;TypeFilter MessageFilter; TypeFilter /// MessageFilter; ... /// |
return | string |
public static Reset ( string cfg, bool bClearEvents ) : string | ||
cfg | string | /// The trace string format is of the form OutputDevice;TypeFilter MessageFilter; TypeFilter /// MessageFilter; ... /// |
bClearEvents | bool | if true all registered trace callbacks are removed. |
return | string |