I am using delphi 7.
I need to write to the file all the information about any exception that occurs.
I usually use Eurekalog. This wonderful product shows a dialog with all the information about the stack trace and many others for debugging purpouse.
I need to access this information, the Eureka log gives me (really, I only need a stack trace) because I need to send them to syslog deamon. Is there a way to access the information from the Eureka magazine programmatically ?
I can use naked delphi 7 or Eurekalog 6.1
source share