Can I enable verbose logging?

Stimulsoft Reports.NET discussion
Post Reply
rcd
Posts: 5
Joined: Thu Mar 14, 2019 12:51 am

Can I enable verbose logging?

Post 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.
Lech Kulikowski
Posts: 7341
Joined: Tue Mar 20, 2018 5:34 am

Re: Can I enable verbose logging?

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply