log/slog.Source.Function (field)

4 uses

	log/slog (current package)
		record.go#L189: 	Function string `json:"function"`
		record.go#L202: 	if s.Function != "" {
		record.go#L203: 		as = append(as, String("function", s.Function))
		record.go#L228: 		Function: f.Function,