The properties with which to create the Client.

interface Props {
    logger?: false | Logger;
}

Properties

Properties

logger?: false | Logger

The logger that the Client should use. If set to false, no logs will be emitted.

Default

When not provided, it will log (non debug) to the standard console.