User message but with Logfile creation

delphi package - automated exception handling
Post Reply
WWebber
Posts: 5
Joined: Sat Nov 05, 2016 3:08 pm

User message but with Logfile creation

Post by WWebber »

I setup my own RegisterExceptionHandler() but when I return handled=true, then the LOG file is not created anymore.
A) What is the procedure just to show my own error message?
B) I additionally create also my own log file, where I want to dump just a couple of lines of the stack trace, besides the exception message. How and from which structure I could easily extract these lines?
btw: using c++ builder..
WWebber
Posts: 5
Joined: Sat Nov 05, 2016 3:08 pm

Re: User message but with Logfile creation

Post by WWebber »

solved. wrote everything by myself.
Post Reply