# File lib/thin/logging.rb, line 149
    def log_info(msg)
      Logging.log_msg(msg || yield, Logger::INFO)
    end