Ruby has Logger built in:
http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html
Or there’s a neat gem called ‘logging’
gem install logging
Ruby has Logger built in:
http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html
Or there’s a neat gem called ‘logging’
gem install logging