go.uber.org/zap/zapcore.Core.Check (method)
7 uses
go.uber.org/zap/zapcore (current package)
core.go#L36: Check(Entry, *CheckedEntry) *CheckedEntry
hook.go#L56: if downstream := h.Core.Check(ent, ce); downstream != nil {
increase_level.go#L66: return c.core.Check(ent, ce)
lazy_with.go#L53: return d.Core.Check(e, ce)
sampler.go#L228: return s.Core.Check(ent, ce)
tee.go#L77: ce = mc[i].Check(ent, ce)
go.uber.org/zap
logger.go#L342: ce := log.core.Check(ent, nil)
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. |