mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
refactor: add severe log level
This commit is contained in:
committed by
Carlos Valente
parent
715600a514
commit
d41cd78f2e
@@ -2,6 +2,7 @@ export enum LogLevel {
|
||||
Info = 'INFO',
|
||||
Warn = 'WARN',
|
||||
Error = 'ERROR',
|
||||
Severe = 'SEVERE',
|
||||
}
|
||||
|
||||
export type Log = {
|
||||
|
||||
Reference in New Issue
Block a user