const cloud.google.com/go/logging.Debug
6 uses
cloud.google.com/go/logging (current package)
logging.go#L508: Debug = Severity(logtypepb.LogSeverity_DEBUG)
logging.go#L527: Debug: "Debug",
golang.org/x/pkgsite/internal/log
log.go#L190: logf(ctx, logging.Debug, format, args)
log.go#L213: func Debug(ctx context.Context, arg interface{}) { doLog(ctx, logging.Debug, arg) }
log.go#L251: return logging.Debug
golang.org/x/pkgsite/internal/middleware
requestlog.go#L64: severity = logging.Debug
![]() |
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. |