net/http.Server.ErrorLog (field)
7 uses
net/http (current package)
h2_bundle.go#L4361: if lg := sc.hs.ErrorLog; lg != nil {
server.go#L2641: ErrorLog *log.Logger
server.go#L3194: if s.ErrorLog != nil {
server.go#L3195: s.ErrorLog.Printf(format, args...)
server.go#L3206: if s != nil && s.ErrorLog != nil {
server.go#L3207: s.ErrorLog.Printf(format, args...)
golang.org/x/net/http2
server.go#L707: if lg := sc.hs.ErrorLog; lg != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)