Method: Procore::Configuration#logger
- Defined in:
- lib/procore/configuration.rb
#logger ⇒ Logger?
Note:
defaults to nil
Instance of a Logger. This gem will log information about requests, responses and other things it might be doing. In a Rails application it should be set to Rails.logger
52 53 54 |
# File 'lib/procore/configuration.rb', line 52 def logger @logger end |