Is there a way to redirect Log4Net output to an ASP.NET trace listener

I have a significant registration code in our entire code base that uses log4net. This is usually logged to an external output file. In this case, I would like to know if there is a log4Net configuration change that I could make so that this log information is displayed on the output of ASP.NET page tracing.

I just want to redirect the output, and not implement a different type of logging.

+3
source share

All Articles