huorswords / Microsoft.Extensions.Logging.Log4Net.AspNetCore

Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Apache License 2.0
249 stars 123 forks source link

Exceptions not logged if message is empty #104

Closed houbi56 closed 3 years ago

houbi56 commented 3 years ago

If an empty message is supplied with an exception, the logging is not performed.

houbi56 commented 3 years ago

Would it possible to get some attention on this? :) Seems rather serious that logging is not performed on exceptions if there's no msg.. There's an available pull request..

huorswords commented 3 years ago

Hi @houbi56 ,

I'm sorry by the delay. Too much work on latest months...

You will found your PR committed into version 5.0.3, published yesterday to nuget.org.

Thank you very much by your contribution. 🙂