Logging in .NET with Exceptionless
There are plenty of options when it comes to logging in .NET. NLog, log4net, Serilog are a few of the names you have likely heard. One that I recently stumbled upon was Exceptionless. Complexity Logging shouldn’t be difficult. But sometimes it sure feels that way. Generally, all I want to do is record various log messages through my application. These could be handled or unhandled exceptions, debug logs with unstructured data, or just general informational logs such as feature usage. Exceptionless Exceptionless provides the means to persist all the types of logs that I mentioned above to a remote server.… Read More »Logging in .NET with Exceptionless