@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

    Type Alias Config

    Runtime configuration.

    type Config = {
        logging: {
            console?: boolean;
            level?: LogLevel;
            sink?: (...msg: Log[]) => void | Promise<void>;
        };
        tracing: {
            console?: boolean;
            enabled: boolean;
            level?: LogLevel;
            sink?: (...msg: Log[]) => void | Promise<void>;
        };
    }
    Index

    Properties

    Properties

    logging: {
        console?: boolean;
        level?: LogLevel;
        sink?: (...msg: Log[]) => void | Promise<void>;
    }
    tracing: {
        console?: boolean;
        enabled: boolean;
        level?: LogLevel;
        sink?: (...msg: Log[]) => void | Promise<void>;
    }