net/http.Server.ErrorLog (field)

7 uses

	net/http (current package)
		h2_bundle.go#L4214: 	if lg := sc.hs.ErrorLog; lg != nil {
		server.go#L2625: 	ErrorLog *log.Logger
		server.go#L3136: 	if s.ErrorLog != nil {
		server.go#L3137: 		s.ErrorLog.Printf(format, args...)
		server.go#L3148: 	if s != nil && s.ErrorLog != nil {
		server.go#L3149: 		s.ErrorLog.Printf(format, args...)

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