Appenders and such are part of the core library now. There are likely features in log4j2 that could replace what you’re doing, though. In any case, there’s plenty of examples of how that is done in the tests.
On Wed, Feb 19, 2020 at 04:23 EDMONDO SENA <edse...@gmail.com> wrote: > how to getAppender from logger? we have a lot of code to get the appender > in the project: logger.getAppender(appenderName). I read the api for the > log4j2, I couldn't find any. > > How can I fix it? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-user-h...@logging.apache.org > > -- Matt Sicker <boa...@gmail.com>