I am trying to migrate a class that extends org.apache.log4j.AppenderSkeleton
from an old version of log4j to log4j 2. I was reading the JavaDoc for the class, and I read that,
Appenders constructed using this are ignored in Log4j 2.
on the website for the class.
Does this mean, if I am using Log4j 2, I should extend this class? If yes, what should I use as an alternative? Would ConsoleAppender do the trick?