log.Logger.Printf (method)
9 uses
log (current package)
log.go#L190: func (l *Logger) Printf(format string, v ...interface{}) {
golang.org/x/net/http2
server.go#L646: lg.Printf(format, args...)
google.golang.org/grpc/grpclog
loggerv2.go#L157: g.m[infoLog].Printf(format, args...)
loggerv2.go#L169: g.m[warningLog].Printf(format, args...)
loggerv2.go#L181: g.m[errorLog].Printf(format, args...)
net/http
h2_bundle.go#L4215: lg.Printf(format, args...)
server.go#L3137: s.ErrorLog.Printf(format, args...)
server.go#L3149: s.ErrorLog.Printf(format, args...)
net/http/httputil
reverseproxy.go#L478: p.ErrorLog.Printf(format, args...)
![]() |
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. |