Specifically - I'd like to control how much logging a custom action performed so that say if it got into production and we had errors in it I could turn its loglevel to DEBUG. I'd also like to inject runtime dependencies for example we have some usually fixed URL's to which a custom action might connect, however let's say for some reason we need to swap them to another value because they changed. Really just using it to interact with property settings in much the same way as it works hand in glove with Alf. property files.