type cloud.google.com/go/logging.LoggerOption
12 uses
cloud.google.com/go/logging (current package)
logging.go#L243: type LoggerOption interface {
logging.go#L251: func CommonResource(r *mrpb.MonitoredResource) LoggerOption { return commonResource{r} }
logging.go#L332: func CommonLabels(m map[string]string) LoggerOption { return commonLabels(m) }
logging.go#L341: func ConcurrentWriteLimit(n int) LoggerOption { return concurrentWriteLimit(n) }
logging.go#L353: func DelayThreshold(d time.Duration) LoggerOption { return delayThreshold(d) }
logging.go#L365: func EntryCountThreshold(n int) LoggerOption { return entryCountThreshold(n) }
logging.go#L376: func EntryByteThreshold(n int) LoggerOption { return entryByteThreshold(n) }
logging.go#L388: func EntryByteLimit(n int) LoggerOption { return entryByteLimit(n) }
logging.go#L402: func BufferedByteLimit(n int) LoggerOption { return bufferedByteLimit(n) }
logging.go#L417: func ContextFunc(f func() (ctx context.Context, afterCall func())) LoggerOption {
logging.go#L430: func (c *Client) Logger(logID string, opts ...LoggerOption) *Logger {
golang.org/x/pkgsite/internal/log
log.go#L155: opts := []logging.LoggerOption{logging.CommonResource(cfg.MonitoredResource)}
 |
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. |