gtk window
This commit is contained in:
parent
30ff2325f2
commit
0c3a160dd5
12 changed files with 437 additions and 1714 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue