In this example, we shall be talking about how we can use the Apache commons org.apache.commons.logging.Logfactory class. You can download the apache commons logging Jar file from here. The Logfactory class uses the Factory Design Pattern to select a logger class. The Apache Commons Logging library decouples the code from the underlying logging library we use. The Logger ...
Read More »