Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created August 1, 2012 22:33
Show Gist options
  • Save phlegx/3231295 to your computer and use it in GitHub Desktop.
Save phlegx/3231295 to your computer and use it in GitHub Desktop.
## initializer file
logfile = File.open(APP_CONFIG['log_path'] + '/phone.log', 'a')
phone_logger = PhoneLogger.new(logfile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment