This allows instances to use windows event tracing.
More...
This allows instances to use windows event tracing
◆ impact_SetInstanceTracing()
Set the instance's tracing provider before creating instance
- Parameters
-
| params | the parameters to configure |
| tracing_provider | the provider as created with TRACELOGGING_DEFINE_PROVIDER |
| activity_guid | the activity guid, used for creation, updates and destruction |
◆ impact_SetInstanceTracingProcessActivity()
| void impact_SetInstanceTracingProcessActivity |
( |
struct impact_CInstance * |
instance, |
|
|
GUID |
activity_guid |
|
) |
| |
Set the instance's process activity for tracing (optional). Should be called only in process's thread.
- Parameters
-
| instance | the instance to configure |
| activity_guid | the activity guid |