10 11 12
# File 'lib/web_fetch/logger.rb', line 10 def self.logger(path) @logger ||= EM::Logger.new(::Logger.new(log_file(path))) end