Skip to main content

Type Alias: LogLevel

type LogLevel = typeof LOG_LEVELS[number];

Defined in: packages/overcast-core/src/logger.ts:91

satisfies above is the guard that lets levels pass through untranslated: if LogTape ever renames a level, this stops compiling instead of failing at configure time.