Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
Object.initLog()

Remarks

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

XFRX version: 23.0 for oXFRX

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

...