|
Indicates if EurekaLog is active or disabled in this application.
Unit
Syntax
Return valueTrue if EurekaLog is active, False - otherwise.
RemarksEurekaLog is considered to be active if EurekaLog should do its work. You can control EurekaLog activation by calling SetEurekaLogState procedure.
If EurekaLog was not installed - then it's always disabled (not active).
This is a global status for all application. If you want to check per-thread activation status - use IsEurekaLogActiveInThread function.
If you want to change activation status (enable or disable EurekaLog) - use SetEurekaLogState for global status and SetEurekaLogStateInThread for per-thread status.
By default, EurekaLog is active at startup (if was installed).
Examples
See also
| ||||||||||