|
Indicates if EurekaLog is active or disabled in the specified thread.
Unit
Syntax
ParametersAThreadID [in, optional] TID - thread ID which EurekaLog's status should be checked. Use 0 (default) for current thread.
Return valueTrue if EurekaLog is active in the specified thread, False - otherwise.
RemarksThis is per-thread version of the IsEurekaLogActive function.
This is a per-thread status. If you want to check global activation status - use the IsEurekaLogActive function.
If you want to change activation status (enable or disable EurekaLog) - use SetEurekaLogState for global status and SetEurekaLogStateInThread for per-thread status.
Examples
See also
| ||||||||