fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Reload/Event for updating config during runtime #36

Open weismat opened 9 years ago

weismat commented 9 years ago

I am looking into using the Configuration type provider to contain logging configuration. Logging levels and loggers might require a dynamic reconfiguration during runtime. This is what I am currently achieving using log4net. It would be nice to have support to reload automatically and also for a event when the configuration file is updated while the app is running.

vasily-kirichenko commented 9 years ago

App.config, Yaml, Ini?

weismat commented 9 years ago

I think reload makes sense for any provider.

vasily-kirichenko commented 9 years ago

Yaml does support it.