SLF4J, like Apache Commons Logging, is facades that sits over an actual logging implementation of the developer's choice. So you log through the SLF4J api, and then can have it actually log to Log4j, or Logback, or some other implementation. At the moment I've left it running against Java...