Is run-time configuration feasible? Something simliar to log4cxx's ?
Slightly related, I'm loading two settings files via init\_from\_stream. Both have one sink each "" and consequently two sinks are created/registered after both files have been loaded.
Is there a way to reset or uninitialise after loading the first settings file?
Or alternatively, is there a way to get a pointer to the sinks loading from a settings file (which we can then remove them programmatically)?
Is run-time configuration feasible? Something simliar to log4cxx's ?
Slightly related, I'm loading two settings files via init\_from\_stream. Both have one sink each "" and consequently two sinks are created/registered after both files have been loaded.
Is there a way to reset or uninitialise after loading the first settings file?
Or alternatively, is there a way to get a pointer to the sinks loading from a settings file (which we can then remove them programmatically)?
: http://logging.apache.org/log4cxx/apidocs/classlog4cxx_1_1_property_configurator.html#2b3a06f3c9c4224ce1b9ec22011f53d2
No, this is currently not possible. I may add such feature later.