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

Enable internal debugging #131

Closed Bykiev closed 1 year ago

Bykiev commented 1 year ago

Hi, how to enable internal debugging (log4net.Internal.Debug option)?

huorswords commented 1 year ago

As far as I know, there is a setting that you can define in your log4net.config file to activate this flag.

Reference: https://pgroene.wordpress.com/2017/07/03/log4net-troubleshooting/