gtk window

This commit is contained in:
LunarAkai 2025-08-02 12:43:07 +02:00
commit 0c3a160dd5
12 changed files with 437 additions and 1714 deletions

View file

@ -3,7 +3,8 @@ use std::{fmt::Display, io, time::SystemTime};
/// Configures the Log Output Settings
pub fn configere_logger() -> Result<(), fern::InitError>{
let base_config = fern::Dispatch::new();
let base_config = fern::Dispatch::new().level(log::LevelFilter::Info);
// configure colors for the whole line
let colors_line = fern::colors::ColoredLevelConfig::new()