cloud.google.com/go/logging.Logger.commonLabels (field)

4 uses

	cloud.google.com/go/logging (current package)
		logging.go#L238: 	commonLabels   map[string]string
		logging.go#L336: func (c commonLabels) set(l *Logger) { l.commonLabels = c }
		logging.go#L780: 		Labels:   l.commonLabels,
		logging.go#L813: 		Labels:   l.commonLabels,