.NET技术交流群 199281001 .欢迎加入。 

1.配置类

1 public class Log4NetConfig
2 {
3     public static string SqlServer = "ADONetAppender_SqlServer";
4     public static string File = "FileAppender";
5 }
Log4NetConfig

相关文章:

  • 2021-08-22
猜你喜欢
  • 2021-10-06
  • 2021-08-21
  • 2021-12-22
相关资源
相似解决方案