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
|
@ -6,10 +6,11 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.93"
|
||||
chrono = "0.4.38"
|
||||
clap = { version = "4.5.21", features = ["derive"] }
|
||||
colored = "2.1.0"
|
||||
lazy_static = "1.5.0"
|
||||
#log = "0.4.22"
|
||||
log2 = "0.1.14"
|
||||
log = "0.4.22"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "0.12.3"
|
||||
reedline = "0.37.0"
|
||||
regex = "1.11.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue