I'm using Enterprise Library 5 logging block in a scenario where there is a common (shared) configuration for all applications and I'd like to override some of the shared setting in a specific application.
I followed instructions here (Applying Common Configuration Structure for Application) and was able to use shared logging setting in my app.
The question is how can I override shared setting i.e. change Rolling Flat File Trace Listener fileName property? Do you have any working examples?
Thanks