Page 1 of 1

logmsg in addin

Posted: Fri Sep 16, 2016 8:26 am
by javiersan
Hello, I have created an add-in that runs a program which created a log (using logmsg). When running the program direclty the logmsg works (messages are created) but when running it through the add-in they don't (even error messages). How can I make the messages appear when running the add-in?

Thanks

Javier

Re: logmsg in addin

Posted: Fri Sep 16, 2016 8:33 am
by EViews Gareth
I think add-ins disable log-messages.

Try playing with various logmode settings.

Re: logmsg in addin

Posted: Fri Sep 16, 2016 8:57 am
by javiersan
Unfortunately I've tried the options in the help section of "logmode" but none of the combinations seem to work.