Tags: log4j
Configuring log4j.properties
August 1st, 2009Apache log4j is a logging API library implemented in Java. It was built to replace the built-in Java logging libraries which are a bit restrictive.
Log4j consists of 3 components: Loggers, Appenders and Layouts.
Logger
A logger is an object that l… more »