Log4j Interview Questions and Answers
What is log4j? Log4j is a simple, flexible and fast java based logging framework. It is thread safe and supports internationalization. See more at: Log4j overview. What are the components of log4j? 1. Logger: It is used to log the messages. 2. Appender: It is used to publish the logging information to the destination like … Read more