是否可以通过编程方式更改Enterprise Library日志记录侦听器设置?

时间:2011-07-01 12:34:46

标签: .net web-config enterprise-library app-config exception-logging

我正在使用Ent Lib 5,我需要能够更新Microsoft.Practices.EnterpriseLibrary.Logging.Database.FormattedDatabaseTraceListener侦听器的databaseInstanceName属性。

databaseInstanceName在我的app.config中定义,但我需要动态设置它。

我已经研究过使用Fluent配置,但我没有看到编辑监听器的方法。

有没有办法在运行时更改侦听器的配置?

谢谢!

1 个答案:

答案 0 :(得分:0)

只需以编程方式写入配置文件,EL就会对文件进行监控,