class Rake::Application

def trace(*str)

def trace(*str)
  options.trace_output ||= $stderr
  options.trace_output.puts(*str)
end