ykjit / yk

yk packages
https://ykjit.github.io/yk/
Other
29 stars 7 forks source link

Move the `YK_LOG` code from `mt.rs` to `log/mod.rs`. #1324

Closed ltratt closed 2 months ago

ltratt commented 2 months ago

mt.rs is already large enough without cluttering it with this logging: especially as we have a log module already! This commit moves the YK_LOG code to log/mod.rs, decluttering mt.rs. I should have done this in the first place, but better late than never!