Method: Procore::Configuration#logger

Defined in:
lib/procore/configuration.rb

#loggerLogger?

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

Returns:

  • (Logger, nil)


52
53
54
# File 'lib/procore/configuration.rb', line 52

def logger
  @logger
end