# File lib/thin/logging.rb, line 99 def log_msg(msg, level=Logger::INFO) return unless @logger @logger.add(level, msg) end