Log message types.
Member | Value | Description |
---|---|---|
eLogMsgDebug | 0 | Debugging message. |
eLogMsgInfo | 1 | Informational message. |
eLogMsgForceInfo | 2 | Informational message. |
eLogMsgWarning | 3 | Warning message. |
eLogMsgAlarm | 4 | Alarm message. |
These flags are set by the STK engine to
indicate message severity. These flags are mostly valid in the
context of STK. Container applications are free to interpret these
flags at their convenience, and process them according to their
specific logging capabilities.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|