Brian’s Stuff

Stuff I don’t want to forget (again!)

Tag archive for ‘slf4j’

Using P6Spy to debug DbUnit Maven Plugin

In my last post I described the motivation for switching to from JCL to SLF4J. I had been debugging some unit tests but was not seeing anything in my Log4J. I eventually realised that the problem was because Hibernate had switched from JCL to SLF4J and a logging provider needed to configured for the project. [...]

Switching to SLF4J

After years of fanatical devotion I have decided to cast aside Jakarta Commons Logging (JCL) in favour of Simple Logging Facade for Java (SLF4J).