xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_BldLogMsg()

Converts a list of parameters into a text string.

Syntax

HB_BldLogMsg( <xParam,...> ) --> cParamValues

Arguments

<xParam,...>
This is an arbitrary list of parameters to create a text string from.

Return

The function returns a character string holding the values of all passed parameters in textual form.

Description

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.

Info

See also:INIT LOG, TraceLog(), HB_LogDateStamp()
Category: Debug functions , Log functions , xHarbour extensions
Source:rtl\hblog.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe