func github.com/gotd/log.Int64

41 uses

	github.com/gotd/log (current package)
		attr.go#L144: 	return Int64(key, int64(value))
		attr.go#L148: func Int64(key string, value int64) Attr {
		attr.go#L189: 	return Int64(key, int64(value))

	github.com/gotd/td/mtproto
		bind.go#L105: 		log.Int64("temp_key_id", s.Key.IntID()),
		bind.go#L106: 		log.Int64("perm_key_id", s.PermKey.IntID()),
		bind.go#L107: 		log.Int64("temp_session_id", s.ID),
		bind.go#L108: 		log.Int64("expires_at", expiresAt),
		bind.go#L128: 		log.Int64("temp_key_id", s.Key.IntID()),
		bind.go#L129: 		log.Int64("perm_key_id", s.PermKey.IntID()),
		bind.go#L130: 		log.Int64("expires_at", expiresAt),
		handle_message.go#L21: 	c.logWithBuffer(b).Debug(context.Background(), "Handle message", log.Int64("msg_id", msgID))
		handle_result.go#L26: 	msgID := log.Int64("msg_id", res.RequestMessageID)
		handle_session_created.go#L25: 		log.Int64("unique_id", s.UniqueID),
		handle_session_created.go#L26: 		log.Int64("first_msg_id", s.FirstMsgID),
		new_encrypted_msg.go#L64: 	logger.Debug(context.Background(), "Request", log.Int64("msg_id", id))
		pfs.go#L51: 			log.Int64("expires_at", expiresAt),
		pfs.go#L52: 			log.Int64("renew_at", renewAt),
		rpc.go#L27: 		log.Int64("msg_id", req.MsgID),
		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/pool
		pool.go#L121: 		log.Int64("remaining", remaining),
		pool.go#L122: 		log.Int64("conn_id", r.id),
		pool.go#L148: 		c.log.Debug(ctx, "Transfer connection to requester", log.Int64("conn_id", r.id))
		pool.go#L151: 	c.log.Debug(ctx, "Connection released", log.Int64("conn_id", r.id))
		pool.go#L169: 		c.log.Debug(ctx, "Re-using free connection", log.Int64("conn_id", r.id))
		pool.go#L181: 			log.Int64("conn_id", id),
		pool.go#L200: 	c.log.Debug(ctx, "Waiting for free connect", log.Int64("request_id", int64(key)))
		pool.go#L205: 			log.Int64("conn_id", conn.id),
		pool.go#L206: 			log.Int64("request_id", int64(key)),
		pool.go#L266: 				log.Int64("conn_id", conn.id),

	github.com/gotd/td/rpc
		ack.go#L17: 			e.log.Debug(context.Background(), "Acknowledge callback not set", log.Int64("msg_id", id))
		ack.go#L31: 	logger := e.log.With(log.Int64("ack_id", id))
		engine.go#L87: 	logger := e.log.With(log.Int64("msg_id", req.MsgID))
		engine.go#L196: 		logger  = e.log.Named("retry").With(log.Int64("msg_id", req.MsgID))
		engine.go#L244: 					logger.Error(ctx, "Retry limit reached", log.Int64("msg_id", req.MsgID))
		engine.go#L262: 		e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))
		engine.go#L275: 		e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))

	github.com/gotd/td/telegram
		conn_builder.go#L102: 		log.Int64("conn_id", id),
		pool.go#L77: 		log.Int64("max", max),
		pool.go#L143: 			log.Int64("conn_id", id),