I am trying to extend log4j2. I created my own configuration factory that is loaded just fine. In there I give it a default pattern with some new converters.
I created a converter with the needed annotations. However, seems that the plugin manager is not picking these up. Only plugins that exists in "" are actually loaded. What am I missing? Yair
