标签:
C# 创建WinDows 服务

[assembly: log4net.Config.XmlConfigurator()]
7.
log4net.ILog log = log4net.LogManager.GetLogger("winVerifyServer");
string runTime = new AppSettingsReader().GetValue("RunTime", typeof(string)) as string;

(Automatic)或禁用(Disabled)


11.最终结果:

标签:
原文地址:http://www.cnblogs.com/tianshuilv/p/4304672.html