Page 1 of 1

Can I enable verbose logging?

Posted: Sun Feb 02, 2020 12:23 pm
by rcd
I have a report template which is rendering fine in the Designer, but when I'm producing a PDF through code (C#, .net core) the content is missing.

I'd like to track down more information about what's happening during the render process. Currently I have the following in my Program.cs:

Code: Select all

Stimulsoft.Report.StiLogService.LogEnabled = true;
Stimulsoft.Report.StiLogService service = Stimulsoft.Report.StiConfig.Services.GetService(typeof(Stimulsoft.Report.StiLogService)) as Stimulsoft.Report.StiLogService;
service.LogPath = "Logs/StimulsoftReports.log";
but the content of those logs is very basic - 'report generated'. Is there a way to enable more verbose logging for the Stimulsoft library? I'm using 2019.3.4 for reference.

Re: Can I enable verbose logging?

Posted: Tue Feb 04, 2020 12:50 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.