这篇文章讲的是主要将日志写入文 件的,在网上其它地方找了写入数据库的代码,但是都没有成功。
请搞过的兄弟们出来说说。。。。。。
3 个解决方案
#1
楼主就用mvc5了。。mvc4的飘过
#2
http://techboom.xyz/2008/09/15/how-to-store-log-in-database-using-log4net/
以前试过,没问题的
以前试过,没问题的
#3
搞定了,结贴!
[assembly: log4net.Config.XmlConfigurator(Watch = true)]这句要写在AssemblyInfo.cs程序集里,之前是写在Startup.cs
[assembly: log4net.Config.XmlConfigurator(Watch = true)]这句要写在AssemblyInfo.cs程序集里,之前是写在Startup.cs
#1
楼主就用mvc5了。。mvc4的飘过
#2
http://techboom.xyz/2008/09/15/how-to-store-log-in-database-using-log4net/
以前试过,没问题的
以前试过,没问题的
#3
搞定了,结贴!
[assembly: log4net.Config.XmlConfigurator(Watch = true)]这句要写在AssemblyInfo.cs程序集里,之前是写在Startup.cs
[assembly: log4net.Config.XmlConfigurator(Watch = true)]这句要写在AssemblyInfo.cs程序集里,之前是写在Startup.cs