FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour log create
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
log create
Posted: Mon Apr 25, 2016 03:29 PM

how may turn on to create log file ?

best regards

kajot
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: log create
Posted: Mon Apr 25, 2016 03:45 PM

Do you mean this?

logfile( "log.txt" , {cVar1 , nVar2, dVar3, customer->first, customer->last } )

LogFile( <cFileName>, <aInfo> ) --> nil

bye

Marco Boschi
info@marcoboschi.it
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: log create
Posted: Mon Apr 25, 2016 03:55 PM

create log file to find runtime error

best regards

kajot
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: log create
Posted: Mon Apr 25, 2016 09:34 PM

Harbour creates it automatically, if possible

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: log create
Posted: Mon Apr 25, 2016 10:18 PM
kajot wrote:create log file to find runtime error



Harbour creates it automatically, if possible


Except if there is an error in the expression that generates the .log file
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion