RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 98 forks source link

Logging to QV log file #18

Closed MattFryer closed 9 years ago

MattFryer commented 9 years ago

It would be possible, using the TRACE statement, for the logging routines to write to the QlikView log file and script progress window instead of an external file. This can be helpful to see the logged text in the context of the rest of the QlikView log.

MattFryer commented 9 years ago

`Added as new feature. Can be turned on using SET Qvc.Log.v.WriteToQvLog = -1;