write log files to disk daily and on panic

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-10-18 16:07:01 -04:00
parent 4f86e9604f
commit d3b4a9efc1
4 changed files with 74 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ mod abbrev;
pub mod account_manager;
mod actionbar;
pub mod app_creation;
mod app_size_handler;
mod app_style;
mod args;
mod colors;