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:
parent
d449c61643
commit
a4a8c59bb8
16 changed files with 252 additions and 148 deletions
|
@ -3,5 +3,3 @@ name = "editor"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
fn main() {
|
||||
println!("editor")
|
||||
}
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue