module RestClient

def self.log=(log)

You can also configure logging by the environment variable RESTCLIENT_LOG.
Print log of RestClient calls. Value can be stdout, stderr, or a filename.
def self.log=(log)
	@@log = log
end