2 Commits

Author SHA1 Message Date
Fanis Tharropoulos
0b9850d75d
fix(logger): fix tests for logger after adding blank line 2025-01-03 18:30:20 +02:00
Fanis Tharropoulos
c26b3cb8f2
feat(utils): add colored logger with log levels
- implement singleton logger with multiple log levels (ERROR, WARN, INFO, DEBUG)
- support colored output using chalk for different log types
- add message formatting for errors and objects
- include tests for logger behavior, levels and color output
- implement break method for line spacing
2024-12-30 11:59:36 +02:00