# File lib/ruby-progressbar/output.rb, line 27
  def log(string)
    clear
    stream.puts string

    refresh(:force => true) unless bar.stopped?
  end