go.uber.org/zap.Logger.Error (method)
9 uses
go.uber.org/zap (current package)
global.go#L150: return logger.Error, nil
logger.go#L260: func (log *Logger) Error(msg string, fields ...Field) {
sugar.go#L383: s.base.Error(_multipleErrMsg, Error(err))
sugar.go#L391: s.base.Error(_oddNumberErrMsg, Any("ignored", args[i]))
sugar.go#L412: s.base.Error(_nonStringKeyErrMsg, Array("invalid", invalid))
github.com/gotd/td/internal/mtproto
ack.go#L20: c.log.Error("Failed to ACK", zap.Error(err))
read.go#L208: log.Error("Failed to process message", zap.Error(err))
github.com/gotd/td/internal/rpc
engine.go#L217: log.Error("Retry failed", zap.Error(err))
engine.go#L223: log.Error("Retry limit reached", zap.Int64("msg_id", req.MsgID))
|
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. |