Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Public Member Functions

This structure enables you to specify a message identifier, a message level and a message description. More...

#include <ilserver/mvmsg.h>

Public Member Functions

 SvMsg (IlsLogfile::MessageId id=0, Level lvl=MvInfo, const IlsString &desc=IlsString::Null)
 This constructor creates a message with the specified identifier, level and message description. More...
 

Detailed Description

This structure enables you to specify a message identifier, a message level and a message description.

Library: mvserver
and mvcomp

See also
IlsMvMessage.

Constructor & Destructor Documentation

◆ SvMsg()

IlsMvMessage::SvMsg::SvMsg ( IlsLogfile::MessageId  id = 0,
Level  lvl = MvInfo,
const IlsString desc = IlsString::Null 
)

This constructor creates a message with the specified identifier, level and message description.

Parameters
idmessage identifier. For messages created by Rogue Wave Server, this parameter identifies a message from the message data base view.dbm (see $ILSHOME/data). The possible values of this identifier are listed in the enumerated type IlsViewServices::ErrorNumber declared in file ilserver/vservice.h.
lvlmessage level. This argument can be used for filtering purpose. Levels from 1 to 10 are reserved by Server. These reserved levels include MV_INFO, MV_WARNING, MV_ERROR, and MV_DEBUG. They are handled in a specific way by Server. You should use them when appropriate.
descmessage description. If no description is supplied, a default description is used.