Skip to main content

Type Alias: LogLevel

LogLevel: "error" | "warn" | "info" | "debug"

The different log levels. This is used to determine how much logging to do. 'error' > 'info' > 'debug'... meaning 'error' has highest priority and 'debug' lowest.