# File lib/cucumber.rb, line 16 def logger return @log if @log @log = Logger.new(STDOUT) @log.level = Logger::INFO @log end