http://domo.cnblogs.com/

http://blog.csdn.net/mars199/article/details/6669232

http://blog.csdn.net/zhoufoxcn/article/details/2220533

log4net
Tow method for adding log:
1 add the line code in the assembly
[assembly: log4net.Config.XmlConfigurator(ConfigFile = @"C:\Mingle\Lab\log4net.config", Watch = true)]
2 add the line code in cs file
log4net.Config.XmlConfigurator.Configure(new FileInfo(@"D:\Mingle\Lab\ConsoleApplication1\ConsoleApplication1\log4net.config"));

相关文章:

  • 2022-02-06
  • 2022-12-23
  • 2021-11-02
  • 2021-06-21
  • 2021-10-15
  • 2022-03-03
  • 2021-11-19
  • 2022-02-28
猜你喜欢
  • 2021-07-01
  • 2022-01-20
  • 2021-10-17
  • 2022-12-23
  • 2021-07-22
  • 2021-05-20
相关资源
相似解决方案