Loading a Logback configuration from a packaged resource is a common use case. Currently one must get an input stream to the resource manually:
Add a LogbackLoggingConcern.configureFromResource(String resourceName) convenience method that manages the input stream and delegates the to above mentioned method.