# File lib/god/logger.rb, line 90
    def start_capture
      @mutex.synchronize do
        @capture = StringIO.new
      end
    end