github.com/gotd/log.Helper.Info (method)
25 uses
github.com/gotd/log (current package)
helper.go#L51: func (h Helper) Info(ctx context.Context, msg string, attrs ...Attr) {
github.com/gotd/td/mtproto
bind.go#L127: c.log.Info(ctx, "Temporary auth key bound",
connect.go#L53: c.log.Info(ctx, "Generating new auth key")
connect.go#L59: c.log.Info(ctx, "Auth key generated",
connect.go#L65: c.log.Info(ctx, "Key already exists")
connect.go#L81: c.log.Info(ctx, "Generating new permanent auth key")
connect.go#L86: c.log.Info(ctx, "Permanent auth key generated",
connect.go#L91: c.log.Info(ctx, "Permanent key already exists")
connect.go#L94: c.log.Info(ctx, "Generating new temporary auth key")
connect.go#L99: c.log.Info(ctx, "Temporary auth key generated",
pfs.go#L50: c.log.Info(ctx, "Temporary auth key renewal required, reconnecting",
read.go#L132: c.log.Info(ctx, "Re-created auth keys")
rpc.go#L41: c.log.Info(ctx, "Retrying request after basMsgErr", log.Int64("msg_id", req.MsgID))
salt.go#L21: c.log.Info(context.Background(), "Salt updated", log.Int64("old", oldSalt), log.Int64("new", salt))
github.com/gotd/td/rpc
engine.go#L43: logger.Info(context.Background(), "Initialized",
engine.go#L162: logger.Info(ctx, "Failed to drop request", log.Error(err))
engine.go#L292: e.log.Info(context.Background(), "Close called")
github.com/gotd/td/telegram
connect.go#L73: c.log.Info(ctx, "Got self", log.String("username", self.Username))
connect.go#L124: c.log.Info(context.Background(), "Restarting connection", log.Error(err), log.Duration("backoff", timeout))
connect.go#L171: c.log.Info(ctx, "Starting")
connect.go#L172: defer c.log.Info(context.Background(), "Closed")
invoke.go#L76: logger.Info(ctx, "Migrating to target DC")
migrate_to_dc.go#L26: c.log.Info(ctx, "Restart ensured")
session.go#L47: c.log.Info(ctx, "Connection restored from state",
github.com/gotd/td/telegram/internal/manager
conn.go#L89: c.log.Info(context.Background(), "SessionInit")
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |