[Overview][Resource strings][Constants][Types][Procedures and functions] |
Send debug message other than informational messages
Source position: dbugintf.pp line 29
procedure SendDebugEx( |
const Msg: String; |
MType: TDebugLevel |
); |
Msg |
|
Message to be sent |
MType |
|
Debug level of the message to be sent |
SendDebugExallows to specify the debug level of the message to be sent in MType. By default, SendDebuguses informational messages.
Other than that the function of SendDebugExis equal to that of SendDebug
None.
|
Send a message to the debug server. |
|
|
Format and send a debug message |
|
|
Format and send message with alternate type |