summaryrefslogtreecommitdiffhomepage
path: root/src/log.rs
Commit message (Expand)AuthorAgeFilesLines
* log: add debug!/info!/warn!/error! macros and refactor to use itdilluti0n2026-03-021-4/+27
* log: add short form log macroshskimse2026-03-021-0/+5
* log: defer local_time() call until log level check passesdilluti0n2026-02-261-1/+1
* log: add defensive error handling for local_timedilluti0n2026-02-161-1/+3
* log: drop chrono, use localtime_r and GetLocalTime directlydilluti0n2026-02-161-2/+27
* log: print time with crate chronodilluti0n2026-02-161-1/+2
* Refactor main.rs; modulize opt.rs and pkt.rsdilluti0n2026-01-161-26/+3
* 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