net/http.Server.ErrorLog (field)
9 uses
net/http (current package)
h2_bundle.go#L4389: if lg := hs.ErrorLog; lg != nil {
h2_bundle.go#L4798: if lg := sc.hs.ErrorLog; lg != nil {
server.go#L3034: ErrorLog *log.Logger
server.go#L3637: if s.ErrorLog != nil {
server.go#L3638: s.ErrorLog.Printf(format, args...)
server.go#L3649: if s != nil && s.ErrorLog != nil {
server.go#L3650: s.ErrorLog.Printf(format, args...)
golang.org/x/net/http2
server.go#L342: if lg := hs.ErrorLog; lg != nil {
server.go#L748: if lg := sc.hs.ErrorLog; lg != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)