RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Variable LOG_CONSTANTSConst

    LOG_CONSTANTS: {
        LOG_LEVELS: readonly ["debug", "info", "warn", "error"];
        DEFAULT_LOG_LEVEL: "info";
        MAX_LOG_ENTRIES: 10000;
        LOG_RETENTION_DAYS: 7;
    } = ...

    Type Declaration

    • ReadonlyLOG_LEVELS: readonly ["debug", "info", "warn", "error"]
    • ReadonlyDEFAULT_LOG_LEVEL: "info"
    • ReadonlyMAX_LOG_ENTRIES: 10000
    • ReadonlyLOG_RETENTION_DAYS: 7