Compare commits
No commits in common. "f08eb42105d3e56d094ad8f946b5b62e707f83b7" and "23efb776e7e684e994555ebd4602ed557e4848bf" have entirely different histories.
f08eb42105
...
23efb776e7
@ -169,7 +169,7 @@ class Logger(LoggerABC):
|
||||
|
||||
# check if message can be shown in console
|
||||
if self._console.value >= LoggingLevelEnum.TRACE.value:
|
||||
Console.set_foreground_color(ForegroundColorEnum.grey)
|
||||
Console.set_foreground_color(ForegroundColorEnum.green)
|
||||
Console.write_line(output)
|
||||
Console.set_foreground_color(ForegroundColorEnum.default)
|
||||
|
||||
@ -182,7 +182,7 @@ class Logger(LoggerABC):
|
||||
|
||||
# check if message can be shown in console
|
||||
if self._console.value >= LoggingLevelEnum.DEBUG.value:
|
||||
Console.set_foreground_color(ForegroundColorEnum.blue)
|
||||
Console.set_foreground_color(ForegroundColorEnum.green)
|
||||
Console.write_line(output)
|
||||
Console.set_foreground_color(ForegroundColorEnum.default)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user