Enable Logging
In code … It’s really easy to add logging to any application that uses our .net network library. Under the hood we are using NLog and it can be enabled as follows: If you just want to log to a console window add this C# code snippet wherever you are also enabling the library: LoggingConfiguration […]
Continue Reading »