From: Jon Egil Strand Date: 2007-01-28T05:13:06+09:00 Subject: Re: Log file A simple solution could be to use 'simplelog'. c:\> gem search simplelog simplelog (0.2.2) The simplest logger ever. Just require 'simplelog' and all puts statements are logged to .txt as well as shown on screen. Meaning that whenever your program uses puts it's shown on screen as you're used to, but it's also logged to a logfile. http://rubyforge.org/projects/backofficegems/ All the best -- Jon Egil Strand