go.uber.org/zap/zapcore.Core.With (method)

9 uses

	go.uber.org/zap/zapcore (current package)
		core.go#L29: 	With([]Field) Core
		hook.go#L64: 		Core:  h.Core.With(fields),
		increase_level.go#L58: 	return &levelFilterCore{c.core.With(fields), c.level}
		lazy_with.go#L42: 		d.Core = d.Core.With(d.fields)
		lazy_with.go#L48: 	return d.Core.With(fields)
		sampler.go#L205: 		Core:       s.Core.With(fields),
		tee.go#L51: 		clone[i] = mc[i].With(fields)

	go.uber.org/zap
		logger.go#L184: 	l.core = l.core.With(fields)
		options.go#L64: 		log.core = log.core.With(fs)