func github.com/gotd/log.Named
4 uses
github.com/gotd/log (current package)
helper.go#L37: return Helper{l: Named(h.logger(), name)}
with.go#L39: func Named(l Logger, name string) Logger {
github.com/gotd/td/mtproto
conn.go#L179: Logger: log.Named(opt.Logger, "rpc"),
github.com/gotd/td/telegram
builder.go#L157: return retry(ctx, log.Named(opts.Logger, "test"), func(retryCtx context.Context) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |