net/http.Server.ErrorLog (field)

9 uses

	net/http (current package)
		h2_bundle.go#L4289: 			if lg := hs.ErrorLog; lg != nil {
		h2_bundle.go#L4698: 	if lg := sc.hs.ErrorLog; lg != nil {
		server.go#L3073: 	ErrorLog *log.Logger
		server.go#L3676: 	if s.ErrorLog != nil {
		server.go#L3677: 		s.ErrorLog.Printf(format, args...)
		server.go#L3688: 	if s != nil && s.ErrorLog != nil {
		server.go#L3689: 		s.ErrorLog.Printf(format, args...)

	golang.org/x/net/http2
		server.go#L309: 			if lg := hs.ErrorLog; lg != nil {
		server.go#L718: 	if lg := sc.hs.ErrorLog; lg != nil {