Use the output of logs in the execution of a program
- by myle
When I try to create a specific object, the program crashes. However, I use a module (mechanize) which logs useful information just before the crash. If I had somehow this information available I could avoid it.
Is there any way to use the information which is logged (when I use the function set_debug_redirects) during the normal execution of the…