Enables the generation of textual error logs for Lua errors in secure execution paths.
Settings[]
- 0
- Disables generation of Lua error logs.
- 1 (default)
- Enables generation of Lua error logs.
Details[]
- The actual writing of error log files is triggered by a call to ProcessExceptionClient(description) from the default global error handler.
Patches[]
- Patch 10.0.0 (2022-10-25): Added.