Refactor logging system to switch between stdout and file logging

* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
This commit is contained in:
Jason Spalti 2024-12-02 11:51:39 -06:00 committed by GitHub
parent f76dc9cf24
commit ceeec877c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 252 additions and 148 deletions

View file

@ -3,5 +3,3 @@ name = "editor"
version = "0.1.0"
edition = "2021"
[dependencies]

View file

@ -1,3 +1,4 @@
fn main() {
println!("editor")
}
todo!()
}