vote up 0 vote down star
1

I use log4j and would like log messages that normally end up in my logging facility to appear in the test reports created by TestNG during my unit tests.

I think that would mean a log4j Appender which outputs to a TestNG Listener and an appropriate log4j config in the src/test/resources directory of my Maven project. Is that correct?

It seems fairly easy to write, but is there something I just can pull in via Maven?

flag

This StackOverflow thread might be relevant for your question: stackoverflow.com/questions/473911/… – Adrian Oct 23 at 14:52

1 Answer

vote up 0 vote down

This post might also help you:

"Integrate commons-logging output with testNG test case reports"

link|flag
Well, yeah, it helps in writing something myself, but I was looking for a readymade plugin or something. Still useful, though. – Hanno Fietz Oct 26 at 12:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.