4D Log Event command and log level importance

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" )

Significant Revisions

  • May 6th, 2024 Converted to jekyll markdown format and copied to personal site
  • Mar 8th, 2011 Originally published on txcowboycoder wordpress site1

Footnotes

  1. Initial md Generated using https://github.com/jsr6720/wordpress-html-scraper-to-md

    Original Wordpress categories: [‘4D’]

    Original Wordpress tags: “4D”, “console”, “log event”, “mac console”