Is there a preferred method or toolset for logging when using AddIns.
I am using C# with visual studio and very primitive logging ie writes to a file.
Im wondering if anyone uses log4net nlog or even windows event log if anything.
Is there a preferred method or toolset for logging when using AddIns.
I am using C# with visual studio and very primitive logging ie writes to a file.
Im wondering if anyone uses log4net nlog or even windows event log if anything.
Hello,
nlog is used by some customers and also by our professional service team in some projects.
You can find an example on our Git-Repostitory: https://github.com/COPA-DATA/AddInBasics/tree/master/CommonCoding/NLogSample/NLogSample
Best regards,
Felix