tags:

views:

18

answers:

1

I use log4j to redirect the details of the maven build with eclipse the goal is to redirect the output displayed on the Eclipse console to a file and receive them later .
the problem is that I can not find the proper class in the maven api to do this, so if you can help meto find the enter point!

thanks :)

A: 

While not a direct answer to the question, this link outlines how we can capture logging output in unit tests.

Raghuram
this is a method to generate a documentation for test but my goal is to get the log output of eclipse when we run maven
trabelsi houcem