I'm trying to use Infor's logging capabilities to speed up development. I have this line of code in an IDO Extension Class/IDO Custom Assembly:
IDORuntime.LogUserMessage("Cena",
UserDefinedMessageType.UserDefined0,
"Six times Nine is {0}",
42);
The code doesn't appear to be failing, but I can't seem to find where on the servers/system these get stored.
Please help!