Mahoney / slf4j-test

Implementation of SLF4J which allows easy access to logging events in tests
39 stars 24 forks source link

Fix for issue #4 #5

Closed philipa closed 10 years ago

Mahoney commented 10 years ago

Thanks for this. I agree it would be more correct. Could you add the appropriate unit tests?

Also, I think there's a bug in that you are passing the vanilla args to addLoggingEvent rather than the args from the FormattingTuple.

philipa commented 10 years ago

Bug squashed, missing tests added.