google.golang.org/grpc/internal/channelz.TraceEventDesc.Desc (field)

20 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L327: 	Desc     string
		funcs.go#L340: 		l.InfoDepth(depth+1, withParens(id)+desc.Desc)
		funcs.go#L342: 		l.WarningDepth(depth+1, withParens(id)+desc.Desc)
		funcs.go#L344: 		l.ErrorDepth(depth+1, withParens(id)+desc.Desc)
		funcs.go#L506: 	childTC.getChannelTrace().append(&TraceEvent{Desc: desc.Desc, Severity: desc.Severity, Timestamp: time.Now()})
		funcs.go#L518: 				Desc:      desc.Parent.Desc,
		logging.go#L36: 		Desc:     fmt.Sprint(args...),
		logging.go#L44: 		Desc:     fmt.Sprintf(format, args...),
		logging.go#L52: 		Desc:     fmt.Sprint(args...),
		logging.go#L60: 		Desc:     fmt.Sprintf(format, args...),
		logging.go#L68: 		Desc:     fmt.Sprint(args...),
		logging.go#L76: 		Desc:     fmt.Sprintf(format, args...),

	google.golang.org/grpc
		clientconn.go#L169: 		Desc:     "Channel created",
		clientconn.go#L174: 			Desc:     fmt.Sprintf("Nested Channel(id:%d) created", cc.channelzID.Int()),
		clientconn.go#L726: 		Desc:     "Subchannel created",
		clientconn.go#L729: 			Desc:     fmt.Sprintf("Subchannel(id:%d) created", ac.channelzID.Int()),
		clientconn.go#L1052: 		Desc:     "Channel deleted",
		clientconn.go#L1057: 			Desc:     fmt.Sprintf("Nested channel(id:%d) deleted", cc.channelzID.Int()),
		clientconn.go#L1431: 		Desc:     "Subchannel deleted",
		clientconn.go#L1434: 			Desc:     fmt.Sprintf("Subchannel(id:%d) deleted", ac.channelzID.Int()),