Rezi
    Preparing search index...

    Type Alias DebugSeverity

    DebugSeverity: "trace" | "info" | "warn" | "error"

    Debug severity levels matching zr_debug_severity_t.

    Severity levels (low to high):

    • trace (0): Verbose tracing (disabled by default)
    • info (1): Informational (frame boundaries, etc.)
    • warn (2): Warnings (recoverable issues)
    • error (3): Errors (operation failed)