# File lib/swiftcore/Analogger.rb, line 284
      def ==(n)
        n.service == @service &&
          n.levels == @levels &&
          n.logfile == @logfile &&
          n.cull == @cull
      end