API Reference
    Preparing search index...

    Options for the Router class

    type RouterOptions = {
        logger?: GenericLogger;
    }
    Index

    Properties

    Properties

    logger?: GenericLogger

    A logger instance to be used for logging debug, warning, and error messages.

    When no logger is provided, we'll only log warnings and errors using the global console object.