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
Explain new factorie behaviour and fix old config docs #111
The config doc said you could set the OverrideCriticalLevelWith to "Fatal" but it actually is "Critical" and the tests confirm that.
Also if you could cut a release after this that would be cool, so that i can use this new behaviour.