# File lib/ruote/log/wait_logger.rb, line 37
    def initialize (context)

      @context = context
      @color = 33

      @context.worker.subscribe(:all, self) if @context.worker

      @noisy = false
      @count = -1

      @seen = []
      @waiting = []
    end