[Wtr-general] How to output brief/detail information when do logging

2007-03-16 Thread Jason He
Dear all, I use C:\watir1145\examples\logging\example_logger1.rb to do logging, it will output the same message both into the console and log file. Now, I want it output brief message on the console while detail message in the log file, in other words, the run result for each test case on

Re: [Wtr-general] How to output brief/detail information when do logging

2007-03-16 Thread Prema Arya
Hi Jason, You can look into Log4r library. http://log4r.sourceforge.net/ Regards, Prema On 3/16/07, Jason He [EMAIL PROTECTED] wrote: Dear all, I use C:\watir1145\examples\logging\example_logger1.rb to do logging, it will output the same message both into the console and log file. Now,