added basic logging to common
TODO: improve logging
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
// TODO: Use an actual logging or tracing library for pretty (scoped) output.
|
||||||
|
pub fn log(message: &str) {
|
||||||
|
println!("\x1b[32mINFO:\x1b[0m {message}");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user