net/http.Server.ErrorLog (field)
9 uses
net/http (current package)
h2_bundle.go#L4319: if lg := hs.ErrorLog; lg != nil {
h2_bundle.go#L4731: if lg := sc.hs.ErrorLog; lg != nil {
server.go#L3047: ErrorLog *log.Logger
server.go#L3647: if s.ErrorLog != nil {
server.go#L3648: s.ErrorLog.Printf(format, args...)
server.go#L3659: if s != nil && s.ErrorLog != nil {
server.go#L3660: 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 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)