# File lib/rubytorrent/util.rb, line 33
def log_output_to(fn)
  @log = File.open(fn, "w")
end