What is this I don't even
So apparently slf4j is a logging abstraction framework meant to let you use the actual logging implementation of your choice. So slf4j lets you use Jakarta Commons Logging (and this is what DBUnit does), which is ALSO a logging abstraction framework meant to let you use the actual logging implementation of your choice. So I STILL need yet another library in order to get logging to files instead of to System.err. I just... For crying out loud.
Fine then. I just downloaded log4j. Are you finally satisfied, logging libraries??? Argh. :(
Fine then. I just downloaded log4j. Are you finally satisfied, logging libraries??? Argh. :(
Comments
Post a Comment