github.com/gotd/td/internal/mtproto.Options.Logger (field)
10 uses
github.com/gotd/td/internal/mtproto (current package)
conn.go#L128: log: opt.Logger,
conn.go#L158: Logger: opt.Logger.Named("rpc"),
options.go#L33: Logger *zap.Logger
options.go#L109: if opt.Logger == nil {
options.go#L110: opt.Logger = zap.NewNop()
github.com/gotd/td/telegram
client.go#L184: Logger: opt.Logger,
conn_builder.go#L80: opts.Logger = c.log.Named("conn").With(
pool.go#L80: options.Logger = c.log.Named("conn").With(
github.com/gotd/td/telegram/internal/manager
create.go#L75: conn.log = opts.Logger
create.go#L83: opts.Logger = conn.log.Named("mtproto")
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |