Log message display options.
Member | Value | Description |
---|---|---|
eLogMsgDispAll | -1 | STK displays the message in all the log destination. |
eLogMsgDispDefault | 0 | STK displays the message in the default log destination. |
eLogMsgDispMsgWin | 1 | STK displays the message in the message window. |
eLogMsgDispStatusBar | 2 | STK displays the message in the status bar. |
These flags are set by the STK engine to
suggest output destination for messages. These flags are mostly
valid in the context of STK. Container applications are free to
interpret these flags at their convenience, according to their
specific logging capabilities.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|