go.uber.org/zap/zapcore.Entry.Time (field)
8 uses
go.uber.org/zap/zapcore (current package)
console_encoder.go#L81: c.EncodeTime(ent.Time, arr)
entry.go#L145: Time time.Time
entry.go#L244: fmt.Fprintf(ce.ErrorOutput, "%v Unsafe CheckedEntry re-use near Entry %+v.\n", ce.Time, ce.Entry)
entry.go#L256: fmt.Fprintf(ce.ErrorOutput, "%v write error: %v\n", ce.Time, err)
json_encoder.go#L376: final.AddTime(final.TimeKey, ent.Time)
sampler.go#L221: n := counter.IncCheckReset(ent.Time, s.tick)
go.uber.org/zap
logger.go#L338: Time: log.clock.Now(),
logger.go#L398: fmt.Fprintf(log.errorOutput, "%v Logger.check error: failed to get caller\n", ent.Time.UTC())
|
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. |