type cloud.google.com/go/logging.Logger
22 uses
cloud.google.com/go/logging (current package)
logging.go#L230: type Logger struct {
logging.go#L244: set(*Logger)
logging.go#L255: func (r commonResource) set(l *Logger) { l.commonResource = r.MonitoredResource }
logging.go#L336: func (c commonLabels) set(l *Logger) { l.commonLabels = c }
logging.go#L345: func (c concurrentWriteLimit) set(l *Logger) { l.bundler.HandlerLimit = int(c) }
logging.go#L357: func (d delayThreshold) set(l *Logger) { l.bundler.DelayThreshold = time.Duration(d) }
logging.go#L369: func (e entryCountThreshold) set(l *Logger) { l.bundler.BundleCountThreshold = int(e) }
logging.go#L380: func (e entryByteThreshold) set(l *Logger) { l.bundler.BundleByteThreshold = int(e) }
logging.go#L392: func (e entryByteLimit) set(l *Logger) { l.bundler.BundleByteLimit = int(e) }
logging.go#L406: func (b bufferedByteLimit) set(l *Logger) { l.bundler.BufferedByteLimit = int(b) }
logging.go#L423: func (c contextFunc) set(l *Logger) { l.ctxFunc = c }
logging.go#L430: func (c *Client) Logger(logID string, opts ...LoggerOption) *Logger {
logging.go#L435: l := &Logger{
logging.go#L468: l *Logger
logging.go#L772: func (l *Logger) LogSync(ctx context.Context, e Entry) error {
logging.go#L787: func (l *Logger) Log(e Entry) {
logging.go#L804: func (l *Logger) Flush() error {
logging.go#L809: func (l *Logger) writeLogEntries(entries []*logpb.LogEntry) {
logging.go#L833: func (l *Logger) StandardLogger(s Severity) *log.Logger { return l.stdLoggers[s] }
logging.go#L866: func (l *Logger) toLogEntry(e Entry) (*logpb.LogEntry, error) {
golang.org/x/pkgsite/internal/log
log.go#L75: sdlogger *logging.Logger
log.go#L147: func UseStackdriver(ctx context.Context, cfg *config.Config, logName string) (_ *logging.Logger, err error) {
![]() |
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. |