log.Logger.Printf (method)

4 uses

	log (current package)
		log.go#L266: func (l *Logger) Printf(format string, v ...any) {

	net/http
		h2_bundle.go#L4732: 		lg.Printf(format, args...)
		server.go#L3648: 		s.ErrorLog.Printf(format, args...)
		server.go#L3660: 		s.ErrorLog.Printf(format, args...)