.Net Engine Enable Logging

How to Enable logging in .Net Engine#

caution

Enabling logging will have an impact on generation time of your document. Make sure to turn logging off after you have created your log file.

  1. Navigate to your app.exe.config file located on the root directory of your Engine.

  2. Open the app.exe.config file in Notepad++

img

  1. Change the level value to DEBUG and save the file.

  2. Attempt to Generate your report to create your log file.

  3. Set the level value back to info or warn and save the file.