aboutsummaryrefslogtreecommitdiff
path: root/src/logger.rs
AgeCommit message (Collapse)Author
2020-04-09use log crate instead of own debug! macroDaniel
This also does away with the scary unsafe{} blocks just to set/get the DEBUG flag.