[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
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 |
SendDebugEx allows to specify the debug level of the message to be sent in MType. By default, SendDebug uses informational messages.
Other than that the function of SendDebugEx is 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 |