Commit Graph

4 Commits

Author SHA1 Message Date
a748d77e32 feat: add caller script & filters & timers
- add caller script in print
- add filters to blacklist or whitelist script logs to be shown
- add timer to check performance easily
2026-01-31 17:18:15 +01:00
e065809279 task: update README.md 2026-01-03 09:07:50 +01:00
9eed99ba47 feature: use callv() to pass arguments & add a separator for arguments
- separator can be set by proper function that accept also to be just temp
2026-01-03 08:44:02 +01:00
8c1a97a6b9 feature: SimpleLogger class implementation
- add SimpleLogger class
- add LogLevel enum and current_log_level which serve to show only logs with level > to it
- add trace, debug, info, warning, error functions and their abbreviate form
- add _print function which is in charge to print the message
- the message can have timestamp and type being showed before the message [<type>  ][<timestamp>]: <message>
- add the possibility to let specify a file where to save the file in append mode
2025-12-21 18:44:38 +01:00