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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |