github.com/gotd/log.Helper.Enabled (method)

2 uses

	github.com/gotd/log (current package)
		helper.go#L41: func (h Helper) Enabled(ctx context.Context, level Level) bool {

	github.com/gotd/td/mtproto
		connect.go#L124: 	if !c.log.Enabled(ctx, log.LevelDebug) {