I began experimenting with the 4D command LOG EVENT.
The documentation states the third parameter, importance, is optional. I’ve never used console before, but I had to assign the importance parameter to Error Message for it to show in my console.
Information Message (default) and Warning Message did not show.
` this works LOG EVENT(Into 4D Debug Message ;"My message";Error Message ) ` using the default does not LOG EVENT(Into 4D Debug Message ;"Does not work" )