errors: add Info and Note loglevels
This commit is contained in:
parent
ddd3b13d28
commit
7106e400aa
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ class LevelType:
|
|||
|
||||
|
||||
class Levels(enum.Enum):
|
||||
Info = LevelType("info", color="cyan")
|
||||
Note = LevelType("note", color="magenta")
|
||||
Warning = LevelType("warning", color="light_yellow")
|
||||
Error = LevelType("error", color="red")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue