In this example we shall talk about the RollingFileAppender, one of the most basic appenders of Log4j. Log4j a thread-safe and flexible logging library for Java, licensed under the Apache Software Foundation. The log4j architecture has three basic components, the logger, the appender and the layout. The logger is used to log the messages, the […]