|
|
Line 2: |
Line 2: |
| '''Data:'''<br/> | | '''Data:'''<br/> |
| Types (levels) of messages (enum — TMess::Type): | | Types (levels) of messages (enum — TMess::Type): |
− | * ''Debug'' (0) — debug; | + | * ''Debug'' (0) — debug; |
− | * ''Info'' (1) — information; | + | * ''Info'' (1) — information; |
− | * ''Notice'' (2) — the notification; | + | * ''Notice'' (2) — the notification; |
− | * ''Warning '' (3) — warning; | + | * ''Warning '' (3) — warning; |
− | * ''Error'' (4) — error; | + | * ''Error'' (4) — error; |
− | * ''Crit'' (5) — critical situation; | + | * ''Crit'' (5) — critical situation; |
− | * ''Alert'' (6) — alert; | + | * ''Alert'' (6) — alert; |
| * ''Emerg'' (7) — emergency. | | * ''Emerg'' (7) — emergency. |
Revision as of 12:29, 8 August 2021
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.