Hello!
Is there a way to enable logging within stimulsoft?
I have a problem with exporting to RTF-format that occurs everytime in our application. If I transfer the report to a sample project, everything works fine.
joro
Enable Logging
Re: Enable Logging
Hello.
Thank you.
You could use next code for logging:joro wrote:Is there a way to enable logging within stimulsoft?
I have a problem with exporting to RTF-format that occurs everytime in our application. If I transfer the report to a sample project, everything works fine.
Code: Select all
Stimulsoft.Report.StiLogService.LogEnabled = true;
StiLogService service = StiConfig.Services.GetService(typeof(StiLogService)) as StiLogService;
service.LogPath = "Report.log"; // Path and filename