go.uber.org/zap/zapcore.CheckedEntry.ErrorOutput (field)
9 uses
go.uber.org/zap/zapcore (current package)
entry.go#L212: ErrorOutput WriteSyncer
entry.go#L220: ce.ErrorOutput = nil
entry.go#L239: if ce.ErrorOutput != nil {
entry.go#L244: fmt.Fprintf(ce.ErrorOutput, "%v Unsafe CheckedEntry re-use near Entry %+v.\n", ce.Time, ce.Entry)
entry.go#L245: _ = ce.ErrorOutput.Sync() // ignore error
entry.go#L255: if err != nil && ce.ErrorOutput != nil {
entry.go#L256: fmt.Fprintf(ce.ErrorOutput, "%v write error: %v\n", ce.Time, err)
entry.go#L257: _ = ce.ErrorOutput.Sync() // ignore error
go.uber.org/zap
logger.go#L380: ce.ErrorOutput = log.errorOutput
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. |