Mega Code Archive

 
Categories / Ruby / Development
 

Adding Logging To Your Application

require 'logger' $LOG = Logger.new($stderr)