From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期六, 02 十一月 2024 10:56:50 +0800 Subject: [PATCH] 优化程序 --- PdmAlert/Properties/AssemblyInfo.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/PdmAlert/Properties/AssemblyInfo.cs b/PdmAlert/Properties/AssemblyInfo.cs index d859239..a71e5fe 100644 --- a/PdmAlert/Properties/AssemblyInfo.cs +++ b/PdmAlert/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ -锘縰sing System.Reflection; +锘縰sing log4net.Config; +using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -53,3 +54,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: XmlConfigurator(ConfigFile = "log4net.config", Watch = true)] -- Gitblit v1.9.1