IsEurekaLogActive function

Top  Previous  Next

EurekaLog includes a function called IsEurekaLogActive, that enables you to check the EurekaLog state.

 

Syntax of this function is as follows:

 

function IsEurekaLogActive: Boolean;

 

Example:

 

 

uses ExceptionLog; // The required unit...

 

begin

   ...

   OK := IsEurekaLogActive; // Get the state of EurekaLog.

   ...

end;