module Browsery::Utils::Loggable
Module that injects a convenience method to access the logger.
Public Instance Methods
logger()
click to toggle source
Convenience instance method to access the default logger.
# File lib/browsery/utils/loggable.rb, line 9 def logger Browsery.logger end