# File lib/thin/logging.rb, line 40
      def debug(msg=nil)
        log msg || yield if Logging.debug?
      end