Module: IbRubyProxy::Util::HasLogger

Overview

Mixin to add access to the gem logger

Instance Method Summary collapse

Instance Method Details

#loggerObject



5
6
7
# File 'lib/ib_ruby_proxy/util/has_logger.rb', line 5

def logger
  @logger ||= IbRubyProxy.logger
end