Hi,
I'm trying to add logging to jbehave, and I'm not sure what is the best
practice.
beside this discussion
http://www.mail-archive.com/dev%40jbehave.codehaus.org/msg08872.html I
didn't find any documentation.

I'm trying to add log4j properties from a file, so when I log messages
using logger.debug(message) and above it will go to text file, and messages
like
 logger.info(message) and above will go to the console log.

if I want also these messages to be shown in the html report?


How can I do that?
Why do I need to explicitly specify log4j as dependency in the pom?

Thanks,
      Omer

Reply via email to