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).
Type representing any valid debug level specification (numeric or method string).