Excerpt |
---|
TDB, seeĀ BITMAG-30@jira Here you can find a description of logging is implemented in the Bitrepository code |
We use the SLF4J framework for our logging in the code. Before you start using SLF4J, we highly recommend that you read the two-page SLF4J user manual.
Backend
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.
Child pages (Children Display) | ||||
---|---|---|---|---|
|