I hope to raise a question.
If you ant receive all the warning message from Infolog, I have a small solution. You can take all the Infolog created by the system, look like this:
InfologData msg; catch (Exception::Error) { msg = infolog.infologData(); infolog.import(msg); // HERE show all infolog - with INFO - Warning - Errors throw Global::error("Process Error"); }
It doesn't exactly request, but in this way the entire InfoLog and warning can also be displayed.
Good job.
Links: Infolog-INFO - Infolog2String
source share