github.com/gotd/td/telegram.Options.Logger (field)
7 uses
github.com/gotd/td/telegram (current package)
builder.go#L154: if opts.Logger != nil {
builder.go#L155: logger = opts.Logger.Named("test")
client.go#L143: log: opt.Logger,
client.go#L184: Logger: opt.Logger,
options.go#L57: Logger *zap.Logger
options.go#L106: if opt.Logger == nil {
options.go#L107: opt.Logger = zap.NewNop()
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. |