Files
gridpilot.gg/apps/companion/main/automation/application/ports/LoggerLogLevel.ts

4 lines
132 B
TypeScript

/**
* Log levels in order of severity (lowest to highest)
*/
export type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'fatal';