# File lib/thin/logging.rb, line 48 def log_error(e=$!) STDERR.print("#{e}\n\t" + e.backtrace.join("\n\t")) if Logging.debug? end