golang.org/x/net/trace.Trace.LazyLog (method)

21 uses

	golang.org/x/net/trace (current package)
		trace.go#L321: 	LazyLog(x fmt.Stringer, sensitive bool)

	google.golang.org/grpc
		server.go#L1184: 			trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1199: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1331: 			trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
		server.go#L1346: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1374: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1428: 		trInfo.tr.LazyLog(&payload{sent: true, msg: reply}, true)
		server.go#L1518: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1612: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1639: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1658: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1682: 			trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
		server.go#L1688: 				trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1729: 			trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L415: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		stream.go#L1016: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1074: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1583: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1585: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1651: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1653: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)