0 votes
in Apache Log4j by
Explain what are Appenders in Log4j?

1 Answer

0 votes
by

Appenders are used to deliver LogEvents to their destination. In simple words, it is used to write the logs in the file.

...