From: listrecv@... Date: 2006-07-25T07:55:05+09:00 Subject: Test::Unit and logging Is there a simple way to have Test::Unit use Log4r (or Logger) to add a log message whenever a test fails? My first step in debugging is to look at the logs. But, with copious logs, it's hard to find the case which failed. It would be great if I could just search the log for the message of the test failing.