With commit 8eca2f, logback 1.4.9 (unreleased) adds support for sorting Configurators based on a ranking annotation, e.g. @ConfiguratorRank(value = ConfiguratorRank.Value.REGULAR). Possible values are
ConfiguratorRank.Value.FIRST
ConfiguratorRank.Value.REGULAR
ConfiguratorRank.Value.FALLBACK
Building up on this idea, I have created a project with a MininalConfigurator which does not use XML at all. |