Illutions Engine API - v0.26.0
    Preparing search index...

    Interface DebugCfg

    Defines the debugging settings that can be toggled during development.

    interface DebugCfg {
        log: "none" | "xstate" | "all";
    }
    Index
    log: "none" | "xstate" | "all"

    Controls how much debug information is written to the console.

    'none': No debug messages are logged. 'xstate': Only logs events that were accepted by the state machine. 'all': Logs all debug messages.

    'xstate'