Skip to main content

LogLevel TypeAlias

Specify a level to the log to filter out logs based on the level.

Signature

export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];