summaryrefslogtreecommitdiff
path: root/src/logger.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make Logger's output destination customizableHEADmasterA Farzat2026-06-221-10/+109
| | | | This aids in testing and might allow logging to a file at a later point.
* Add module/function docs to loggerA Farzat2026-06-201-0/+10
|
* 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.