marhel / r68k

A m68k emulator in rust - let r68k = musashi.clone();
MIT License
71 stars 7 forks source link

Use a logging framework #76

Open marhel opened 8 years ago

marhel commented 8 years ago

We should look into using some kind of logging framework, as I constantly need to visualize exceptions and other important control flow changes, and then throw in printlns, and later remove these.

emoon commented 8 years ago

Maybe this one? https://github.com/rust-lang-nursery/log Seems to be quite widely used.