.NET技术交流群 199281001 .欢迎加入。
1.配置类
1 public class Log4NetConfig 2 { 3 public static string SqlServer = "ADONetAppender_SqlServer"; 4 public static string File = "FileAppender"; 5 }
.NET技术交流群 199281001 .欢迎加入。
1.配置类
1 public class Log4NetConfig 2 { 3 public static string SqlServer = "ADONetAppender_SqlServer"; 4 public static string File = "FileAppender"; 5 }
相关文章: