func golang.org/x/pkgsite/internal/log.logf

6 uses

	golang.org/x/pkgsite/internal/log (current package)
		log.go#L175: 	logf(ctx, logging.Info, format, args)
		log.go#L180: 	logf(ctx, logging.Warning, format, args)
		log.go#L185: 	logf(ctx, logging.Error, format, args)
		log.go#L190: 	logf(ctx, logging.Debug, format, args)
		log.go#L195: 	logf(ctx, logging.Critical, format, args)
		log.go#L199: func logf(ctx context.Context, s logging.Severity, format string, args []interface{}) {