# File lib/restclient.rb, line 94
  def self.log= log
    if log.is_a? String
      warn "[warning] You should set the log with a logger"
    end
    @@log = create_log log
  end