module IbRubyProxy::Util::HasLogger

Mixin to add access to the gem logger

Public Instance Methods

logger() click to toggle source
# File lib/ib_ruby_proxy/util/has_logger.rb, line 5
def logger
  @logger ||= IbRubyProxy.logger
end