From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 10: Line 10:
 
* ''Alert'' (6) — alert;
 
* ''Alert'' (6) — alert;
 
* ''Emerg'' (7) — emergency;
 
* ''Emerg'' (7) — emergency;
* ''MaxLev'' (99) — maximum message level, where [0...7] are the standard named levels and more are the extended ones.
+
* ''MaxLev'' (79) — maximum message level, where [0...7] are the generic named levels and the second digit is them sub-levels.

Latest revision as of 11:25, 23 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
=== {{Anch|TMess|Object of the messages system (TMess)}} ===
'''Data:'''<br/>
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'' (79) — maximum message level, where [0...7] are the generic named levels and the second digit is them sub-levels.
Translation=== {{Anch|TMess|Object of the messages system (TMess)}} ===
'''Data:'''<br/>
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'' (79) — maximum message level, where [0...7] are the generic named levels and the second digit is them sub-levels.

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 (79) — maximum message level, where [0...7] are the generic named levels and the second digit is them sub-levels.