I'm using Ent Lib 5, and I need to be able to update the databaseInstanceName property of Microsoft.Practices.EnterpriseLibrary.Logging.Database.FormattedDatabaseTraceListener listener.
The databaseInstanceName is defined in my app.config, but I need to set it dynamically.
I've looked into using Fluent Configuration, but I didn't see a way to edit a listener.
Is there any way to change a listener's configuration at run time?
Thanks!