Hello,
How can I do (AX 2009):
info("aaa");
warning("bbb");
....
so the info and the warning will not be displayed on the screen, but I get the string of the all of the infos + warning?
Also, how can I know, that the info is warning, info, error, etc.?
Thanks :)