initLog Method

initLog Method

This method create log file with name "_XFRX.log".

Object.initLog()

Remarks

Applies To: XFRX#INIT, XFRX#LISTENER, oXFRX

XFRX version: 24.0 for oXFRX

Examples

LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) =m.loXFRX.initLog() m.lnErr=m.loXFRX.SetParams(,,,,.T.,,"XFF") IF m.lnErr<>0 ENDIF