type cloud.google.com/go/logging.Entry
10 uses
cloud.google.com/go/logging (current package)
logging.go#L473: w.l.Log(Entry{
logging.go#L561: type Entry struct {
logging.go#L772: func (l *Logger) LogSync(ctx context.Context, e Entry) error {
logging.go#L787: func (l *Logger) Log(e Entry) {
logging.go#L866: func (l *Logger) toLogEntry(e Entry) (*logpb.LogEntry, error) {
golang.org/x/pkgsite/internal/log
log.go#L94: l.sdlogger.Log(logging.Entry{
golang.org/x/pkgsite/internal/middleware
requestlog.go#L21: Log(logging.Entry)
requestlog.go#L29: func (l LocalLogger) Log(entry logging.Entry) {
requestlog.go#L66: h.logger.Log(logging.Entry{
requestlog.go#L83: h.logger.Log(logging.Entry{
![]() |
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. |