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];
Specify a level to the log to filter out logs based on the level.
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];