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