public SysMessagesCollection( int nBookmarkIDStart, int nBookmarkIDEnd, MessageLevel nErrLevel )
public: SysMessagesCollection( int nBookmarkIDStart, int nBookmarkIDEnd, MessageLevel nErrLevel )
Parameters
| Parameter Name | Description |
|---|---|
| nBookmarkIDStart | only messages starting from this value will be regarded; |
| nBookmarkIDEnd | the endpoint to which messages will be taken; |
| nErrLevel | only messages of this severity or higher will be analyzed; if nErrLevel = MessageLevel::Trace all messages will be received |