Module: EDH::Utils

Extended by:
Utils, Forwardable
Included in:
Utils
Defined in:
lib/edh/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

The EDH logger, an instance of the standard Ruby logger, pointing to STDOUT by default. In Rails projects, you can set this to Rails.logger.



15
16
17
# File 'lib/edh/utils.rb', line 15

def logger
  @logger
end