refactor: add severe log level

This commit is contained in:
Carlos Valente
2024-06-09 15:42:49 +02:00
committed by Carlos Valente
parent 715600a514
commit d41cd78f2e
3 changed files with 14 additions and 4 deletions
@@ -2,6 +2,7 @@ export enum LogLevel {
Info = 'INFO',
Warn = 'WARN',
Error = 'ERROR',
Severe = 'SEVERE',
}
export type Log = {