configuration for setLog.

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

Indexable

  • [ignored_props: string]: any

Properties

Properties

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