|
Please read the following instructions if you wish to install EurekaLog 4.x as an upgrade from EurekaLog 3.x:
| 1. | Check the new "Exception Log Options". Some of the old options are no longer available. Save your old options before continuing. |
| 2. | Replace the old "ExceptionHandle.OnException" event with the new ExceptionNotify event. |
| 3. | Don't use the "TEurekaThread.EurekaHandleException" method for managing thread exceptions. EurekaLog now has fully-automatic support for multithreaded applications. |
| 4. | Change all references to the ExceptionLog2 unit to ExceptionLog. The ExceptionLog2 unit was used in the old version for managing Console applications. |
That's all.
|