[Overview][Resource strings][Constants][Types][Procedures and functions][Index] Reference for unit 'dbugintf' (#fcl)

SendDebugEx

Send debug message other than informational messages

Declaration

Source position: dbugintf.pp line 29

procedure SendDebugEx(

  const Msg: string;

  MType: TDebugLevel

);

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: Nov 14 2015