0
我正在使用VS2010並希望在MS Enterprise Library 5.0中找到等效的log4net.Config.XmlConfigurator
。就像它是可以嵌入日誌配置文件的位置在AssemblyInfo.cs
爲log4net的,由
Enterprise Library 5.0中的log4net.Config.XmlConfigurator的等效物
[assembly: XmlConfigurator(ConfigFile = @"C:\Test\Log4Net.config", Watch = true)]
我希望能夠指定企業庫的配置文件中。
有沒有辦法做到這一點?