fix(logger): add RED color to LogColor enum for enhanced logging options
This commit is contained in:
@@ -39,6 +39,7 @@ class LogColor(str, Enum):
|
|||||||
YELLOW = "yellow"
|
YELLOW = "yellow"
|
||||||
MAGENTA = "magenta"
|
MAGENTA = "magenta"
|
||||||
DIM_MAGENTA = "dim magenta"
|
DIM_MAGENTA = "dim magenta"
|
||||||
|
RED = "red"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
"""Automatically convert rich color to string."""
|
"""Automatically convert rich color to string."""
|
||||||
|
|||||||
Reference in New Issue
Block a user