summaryrefslogtreecommitdiff
path: root/src/logger.rs
Commit message (Collapse)AuthorAgeFilesLines
* Standardize format in Logger and add Verbose levelA Farzat2026-06-071-1/+8
| | | | | I kind of want verbose level now as I want to know which files got included.
* Delegate logging management to Logger structA Farzat2026-06-061-0/+30
Allows verbosity management in a centralized way.