func github.com/gotd/log.With

3 uses

	github.com/gotd/log (current package)
		helper.go#L46: 	return For(With(h.logger(), attrs...))
		with.go#L49: func With(l Logger, attrs ...Attr) Logger {
		with.go#L92: 	return With(w.l, append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)...)