From OpenSCADAWiki
Revision as of 15:24, 5 October 2021 by FuzzyBot (Talk | contribs) (Importing a new version from external source)

Jump to: navigation, search

Object of the messages system (TMess)

Data:
Types (levels) of messages (enum — TMess::Type):

  • Debug (0) — debug;
  • Info (1) — information;
  • Notice (2) — the notification;
  • Warning (3) — warning;
  • Error (4) — error;
  • Crit (5) — critical situation;
  • Alert (6) — alert;
  • Emerg (7) — emergency;
  • MaxLev (99) — maximum message level, where [0...7] are the standard named levels and more are the extended ones.