# File lib/thin/logging.rb, line 150 def log_error(msg, e=nil) log_msg = msg + ": #{e}\n\t" + e.backtrace.join("\n\t") + "\n" if e Logging.log_msg(log_msg, Logger::ERROR) end