Module: MiniAutobot::Utils::Loggable

Included in:
PageObjects::Base, TestCase
Defined in:
lib/mini_autobot/utils/loggable.rb

Overview

Module that injects a convenience method to access the logger.

Instance Method Summary collapse

Instance Method Details

#loggerObject

Convenience instance method to access the default logger.



9
10
11
# File 'lib/mini_autobot/utils/loggable.rb', line 9

def logger
  MiniAutobot.logger
end