Why does log4net 1.2.10 require System.Web?

后端 未结 2 1805
别跟我提以往
别跟我提以往 2020-12-19 06:32

I\'m writing this code in a Console Application targeting the .NET Framework 4 Client Profile.

this.container.AddFacility(
  f => f         


        
2条回答
  •  悲&欢浪女
    2020-12-19 07:29

    Here are my thoughts: Log4Net uses System.Web because the developers decided this was the best option.

    If you don't want this weight, consider a logging project that does not require System.Web. There are other options.

提交回复
热议问题