net/http.Server.ErrorLog (field)
7 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...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |