xHarbour Reference Documentation > Function Reference |
Converts a list of parameters into a text string.
HB_BldLogMsg( <xParam,...> ) --> cParamValues
The function returns a character string holding the values of all passed parameters in textual form.
HB_BldLogMsg() is used to convert an arbitrary number of variables into a text string that can be written to a log file. It is a utility function used in xHarbour's Log system.
See also: | INIT LOG, TraceLog(), HB_LogDateStamp() |
Category: | Debug functions , Log functions , xHarbour extensions |
Source: | rtl\hblog.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com