github.com/gotd/td/mtproto.Options.Logger (field)
10 uses
github.com/gotd/td/mtproto (current package)
conn.go#L138: log: log.For(opt.Logger),
conn.go#L179: Logger: log.Named(opt.Logger, "rpc"),
options.go#L34: Logger log.Logger
options.go#L126: if opt.Logger == nil {
options.go#L127: opt.Logger = log.Nop
github.com/gotd/td/telegram
client.go#L225: Logger: opt.Logger,
conn_builder.go#L101: opts.Logger = c.log.Named("conn").With(
pool.go#L142: options.Logger = c.log.Named("conn").With(
github.com/gotd/td/telegram/internal/manager
create.go#L83: conn.log = log.For(opts.Logger)
create.go#L91: opts.Logger = conn.log.Named("mtproto").Logger()
![]() |
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. |