Method: NetSuite::Configuration#logger
- Defined in:
- lib/netsuite/configuration.rb
#logger ⇒ Object
170 171 172 |
# File 'lib/netsuite/configuration.rb', line 170 def logger attributes[:logger] ||= ::Logger.new (log && !log.empty?) ? log : $stdout end |