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
f76dc9cf24
commit
ceeec877c7
16 changed files with 252 additions and 148 deletions
|
@ -11,4 +11,3 @@ pub fn init_renderer() -> Result<()> {
|
|||
let mut app = App::default();
|
||||
Ok(event_loop.run_app(&mut app)?)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue