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

19 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L292: 	Severity Severity
		funcs.go#L299: 		switch d.Severity {
		funcs.go#L456: 	childTC.getChannelTrace().append(&TraceEvent{Desc: desc.Desc, Severity: desc.Severity, Timestamp: time.Now()})
		funcs.go#L469: 				Severity:  desc.Parent.Severity,
		logging.go#L34: 			Severity: CtINFO,
		logging.go#L47: 			Severity: CtINFO,
		logging.go#L59: 			Severity: CtWarning,
		logging.go#L72: 			Severity: CtWarning,
		logging.go#L84: 			Severity: CtError,
		logging.go#L97: 			Severity: CtError,

	google.golang.org/grpc
		clientconn.go#L154: 				Severity: channelz.CtINFO,
		clientconn.go#L157: 					Severity: channelz.CtINFO,
		clientconn.go#L739: 			Severity: channelz.CtINFO,
		clientconn.go#L742: 				Severity: channelz.CtINFO,
		clientconn.go#L1021: 			Severity: channelz.CtINFO,
		clientconn.go#L1026: 				Severity: channelz.CtINFO,
		clientconn.go#L1439: 			Severity: channelz.CtINFO,
		clientconn.go#L1442: 				Severity: channelz.CtINFO,
		resolver_conn_wrapper.go#L220: 		Severity: channelz.CtINFO,