func golang.org/x/pkgsite/internal/log.UseStackdriver
3 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L147: func UseStackdriver(ctx context.Context, cfg *config.Config, logName string) (_ *logging.Logger, err error) {
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L30: logger, err := log.UseStackdriver(ctx, cfg, logName)
golang.org/x/pkgsite/cmd/prober
main.go#L223: if _, err := log.UseStackdriver(ctx, cfg, "prober-log"); err != 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. |