masto
    Preparing search index...

    Interface LogConfigProps

    interface LogConfigProps {
        log?: LogType;
    }
    Index

    Properties

    Properties

    log?: LogType

    Log level for the client.

    • debug: Log everything.
    • info: Log important information.
    • warn: Log warnings.
    • error: Log errors.

    Defaults to warn.