Generamba
Generamba copied to clipboard
Implement advanced logging capabilities
This task includes implementing the following features:
- A new method
log(message, log_level)
, which prints themessage
in the console. - Multiple text colors depending on the
log_level
.