@oazmi/build-tools - v0.2.7
    Preparing search index...

    Interface LogConfig

    configuration for setLog.

    interface LogConfig {
        log?: boolean | "none" | "basic" | "verbose";
        [ignored_props: string]: any;
    }

    Indexable

    • [ignored_props: string]: any
    Index

    Properties

    Properties

    log?: boolean | "none" | "basic" | "verbose"