- allow disable/enable of tracing in the "preRequest" context, by setting a request boolean flag from a lua script:
Request.Trace.Enable
by default, the flag should be set to true/false according to the global tracing configuration, and could be ovwerwritten to specific requests from the script.
- add event (=log) API:
Request.Trace.AddEvent(name)