Library API
    Preparing search index...

    Type Alias DebugLevel

    DebugLevel: LOG | Method
    🔍 Expanded Type Evaluation (Compiler API)
    type DebugLevel = 0 | 1 | 2 | 3 | 4 | 5 | "off" | "log" | "info" | "warn" | "debug" | "trace" | "error"

    Type representing any valid debug level specification (numeric or method string).