Here you can find a description of logging is implemented in the Bitrepository code |
SLF4J delegates the actual logging to a concrete framework like Log4J, java.commons.logging, etc by adding the related binding jar to the classpath . In this project we use the Log4J successor LogBack.