Module: InvisibleHand::Logger

Included in:
API
Defined in:
lib/invisiblehand/logger.rb

Overview

Helper module for classes to include if they want to use the main InvisibleHand logger. Should be used for all in-gem logging as it is configurable by the end-user of the gem.

Instance Method Summary collapse

Instance Method Details

#loggerObject



28
29
30
# File 'lib/invisiblehand/logger.rb', line 28

def logger
  InvisibleHand.logger
end