# File test/test_logger.rb, line 186
    def setup
      @emerg_call = 0
      @alert_call = 0
      @crit_call = 0
      @err_call = 0
      @warning_call = 0
      @notice_call = 0
      @info_call = 0
      @debug_call = 0
      @th_grp = ThreadGroup.new
      @logger = Rucy::SyncLogger.new(self)
    end