/quandl_logger

Quandl logger class for use in quandl gems

Primary LanguageRubyMIT LicenseMIT

Installation

gem 'quandl_logger'

Configuration

Logger

require 'quandl/logger'

file = ::Logger.new('/path/to/development.log')
Quandl::Logger.use(file)