go.uber.org/zap.Logger.Warn (method)
15 uses
go.uber.org/zap (current package)
global.go#L148: return logger.Warn, nil
logger.go#L252: func (log *Logger) Warn(msg string, fields ...Field) {
github.com/gotd/td/internal/mtproto
handle_session_created.go#L28: c.log.Warn("Local clock needs synchronization",
read.go#L76: c.log.Warn("Ignoring rejected message", zap.Error(err))
read.go#L86: c.log.Warn("Error while handling message", zap.Error(err))
read.go#L121: c.log.Warn("BUG: zero session id found")
read.go#L123: c.log.Warn("Re-generating keys (server not found key that we provided)")
github.com/gotd/td/internal/rpc
ack.go#L30: log.Warn("Ack already registered")
engine.go#L102: log.Warn("Handler already called")
engine.go#L241: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
engine.go#L254: e.log.Warn("rpc callback not set", zap.Int64("msg_id", msgID))
github.com/gotd/td/telegram
builder.go#L115: logger.Warn("TestClient run failed", zap.Error(err))
cfg.go#L38: c.log.Warn("Got error on config update", zap.Error(err))
connect.go#L30: c.log.Warn("Got error on self", zap.Error(err))
handle_updates.go#L43: c.log.Warn("Ignoring update", zap.String("update_type", fmt.Sprintf("%T", u)))
|
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. |