Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

DebuglnThreadLog

Writes a debugging message to the log file for the current thread which includes the thread identifier.

Declaration

Source position: lclproc.pas line 217

procedure DebuglnThreadLog(

  const Msg: string

); overload;

procedure DebuglnThreadLog(

  Args: array of Const

); overload;

procedure DebuglnThreadLog; overload;



CT Web help

CodeTyphon Studio