summaryrefslogtreecommitdiffhomepage
path: root/src/log.rs
Commit message (Expand)AuthorAgeFilesLines
* log: add splash! macro and centralize no-splash handlingdilluti0n2025-09-071-4/+19
* Update copyright notices to notice email instead of github linkdilluti0n2025-09-051-1/+1
* Add license document and copyright notice headersdilluti0n2025-09-051-0/+17
* log: update error messagedilluti0n2025-09-051-1/+1
* Add flag --loglevel to set loglevel on runtimedilluti0n2025-09-031-7/+41
* Tidy up LogLevel enum definitiondilluti0n2025-09-031-3/+1
* Use log.rs for conditional logging and centralized error reportingdilluti0n2025-09-031-0/+5
* Implement log.rs; log level handlingdilluti0n2025-09-031-0/+34