func github.com/gotd/log.Int

22 uses

	github.com/gotd/log (current package)
		attr.go#L143: func Int(key string, value int) Attr {

	github.com/gotd/td/exchange
		server_flow.go#L233: 	s.log.Debug(ctx, "Sending ServerDHParamsOk", log.Int("g", g))

	github.com/gotd/td/mtproto
		bind.go#L142: 			log.Int("attempt", attempt),
		bind.go#L153: 				log.Int("attempt", attempt),
		bind.go#L159: 			log.Int("attempt", attempt),
		bind.go#L167: 		log.Int("attempt", attempt),
		bind.go#L177: 			log.Int("attempt", attempt),
		bind.go#L183: 		log.Int("attempt", attempt),
		handle_result.go#L57: 			log.Int("err_code", rpcErr.ErrorCode),
		zap.go#L26: 	return c.logWithType(b).With(log.Int("size_bytes", b.Len()))

	github.com/gotd/td/rpc
		engine.go#L45: 		log.Int("max_retries", cfg.MaxRetries),

	github.com/gotd/td/telegram
		cdn_conn_dead.go#L18: 			log.Int("dc_id", dcID),
		cdn_conn_dead.go#L49: 		log.Int("dc_id", dcID),
		conn_builder.go#L103: 		log.Int("dc_id", s.DC),
		invoke.go#L65: 				log.Int("target_dc", targetDC),
		pfs.go#L22: 		log.Int("dc_id", dc),
		pfs.go#L43: 		log.Int("dc_id", dcID),
		pool.go#L34: 		Logger:             c.log.Named("pool").With(log.Int("dc_id", dc)).Logger(),
		pool.go#L76: 		log.Int("dc_id", dcID),
		pool.go#L78: 		log.Int("candidates", len(dcList)),
		pool.go#L144: 			log.Int("dc_id", dcID),

	github.com/gotd/td/telegram/internal/manager
		conn.go#L155: 			log.Int("ongoing", c.ongoing),