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)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |