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... | |
This structure enables you to specify a message identifier, a message level and a message description.
Library: mvserver
and mvcomp
IlsMvMessage
. 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.
id | message 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 . |
lvl | message 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. |
desc | message description. If no description is supplied, a default description is used. |