Unit 'dbugintf' Package
[Overview][Resource strings][Types][Procedures and functions][Variables][Index] [#fcl]

SendDebugEx

Send debug message other than informational messages.

Declaration

Source position: dbugintf.pp line 38

function SendDebugEx(

  const Msg: string;

  MType: TDebugLevel

):Boolean;

Arguments

Msg

  

Message to be sent.

MType

  

Debug level of the message to be sent.

Description

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

Errors

None.

See also

SendDebug

  

Send a message to the debug server.

SendDebugFmt

  

Format and send a debug message.

SendDebugFmtEx

  

Format and send message with alternate type.


Documentation generated on: Jul 24 2023