cloud.google.com/go/logging.Client.loggers (field)
4 uses
cloud.google.com/go/logging (current package)
logging.go#L109: loggers sync.WaitGroup // so we can wait for loggers to close
logging.go#L456: c.loggers.Add(1)
logging.go#L460: defer c.loggers.Done()
logging.go#L486: c.loggers.Wait() // wait for all bundlers to flush and close
![]() |
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. |