github.com/gotd/td/internal/rpc.Options.Logger (field)
6 uses
github.com/gotd/td/internal/rpc (current package)
engine.go#L42: cfg.Logger.Info("Initialized",
engine.go#L55: log: cfg.Logger,
options.go#L15: Logger *zap.Logger
options.go#L27: if cfg.Logger == nil {
options.go#L28: cfg.Logger = zap.NewNop()
github.com/gotd/td/internal/mtproto
conn.go#L158: Logger: opt.Logger.Named("rpc"),
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. |