[Overview][Resource strings][Constants][Types][Procedures and functions] |
Format and send message with alternate type
Source position: dbugintf.pp line 35
procedure SendDebugFmtEx( |
const Msg: String; |
const Args: array [] of <NIL>; |
MType: TDebugLevel |
); |
Msg |
|
Message template |
Args |
|
Arguments to insert in template |
MType |
|
Debug level of message |
SendDebugFmtExis a utility routine which formats a message by passing Msgand Argsto Formatand sends the result to the debug server using SendDebugExwith Debug level MType. It exists mainly to avoid the Formatcall in calling code.
None.
|
Send a message to the debug server. |
|
|
Send debug message other than informational messages |
|
|
Format and send a debug message |
|