![]() | SvMsg Class |
Namespace: RW.Server.Component
The SvMsg type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AppliDebug |
Gets a new SvMsg as an
APPLI_DEBUG.
|
![]() ![]() | AppliError |
Gets a new SvMsg as an
APPLI_ERROR.
|
![]() ![]() | AppliInfo |
Gets a new SvMsg as an APPLI_INFO.
|
![]() ![]() | AppliWarning(Int32) |
Gets a new SvMsg as an APPLI_WARN.
|
![]() ![]() | AppliWarning(String) |
Gets a new SvMsg as an APPLI_WARN.
|
![]() ![]() | Get |
Gets the message associated with an identifier.
|
![]() ![]() | Set |
Sets the default message associated with an identifier.
|
![]() | ToString |
Returns a string representation of this message.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | APPLI_DEBUG |
A debug message from the application. |
![]() ![]() | APPLI_ERROR |
An error message from the application. |
![]() ![]() | APPLI_INFO |
An information message from the application. |
![]() ![]() | APPLI_WARN |
A warning message from the application. |
![]() | data |
The message description. |
![]() | identifier |
The message identifier. |
![]() | level |
The message level.
|
![]() ![]() | MAX_ID |
The maximum identifier that may be used by the user. |
![]() ![]() | MV_DEBUG |
Debug level. |
![]() ![]() | MV_ERROR |
Error level. |
![]() ![]() | MV_INFO |
Information level. |
![]() ![]() | MV_WARNING |
Warning level. |