I am trying to write a custom appender for log4j2, but I can't get it detected at runtime.
The class is:
in my log4j.xml file I have
on startup, I get this:
I am running log4j2 version 2.11.1
Any ideas? Most issues reported like this tell me to set the Configuration/packages setting, but I've done that and it makes no difference.