Event Levels
Levels describe the severity of an event. When an event is fired, its level may be either assigned by the component firing it or set to some default value specified in the Event Definition. There are several predefined event levels:
- None (undefined severity)
- Notice (the least severe)
- Info
- Warning
- Error
- Fatal (the most severe)
Numeric values of event levels (may be used in different expressions, e.g. during event filtering):
Level | Value |
None | 0 |
Notice | 1 |
Info | 2 |
Warning | 3 |
Error | 4 |
Fatal | 5 |
Was this page helpful?