Type Alias: LogLevel
type LogLevel = "off" | "warn" | "debug";Controls how unsupported-feature warnings are collected and printed.
"off" disables collection, "warn" collects entries and prints summaries,
and "debug" also prints each warning as it is recorded.