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
3ad52908e6
commit
23817b5b95
16 changed files with 252 additions and 148 deletions
2
engine/src/utils/mod.rs
Normal file
2
engine/src/utils/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub mod logger;
|
||||
pub mod splash;
|
Loading…
Add table
Add a link
Reference in a new issue