This method create log file with name "_XFRX.log".
Code Block |
---|
XFRX#INIT::Object.initLog() XFRX#LISTENER::initLog() |
Remarks
Applies To: XFRX#INIT, XFRX#LISTENER
Examples
Code Block |
---|
LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) =m.loXFRX.initLog() m.lnErr=m.loXFRX.SetParams(,,,,.T.,,"XFF") IF m.lnErr<>0 ENDIF |
...