[tui] Clean up logging.

This commit is contained in:
2026-01-21 20:28:24 -05:00
parent 4d81cd51a6
commit a4413cd052
8 changed files with 73 additions and 64 deletions

View File

@@ -1,11 +1,12 @@
use anyhow::Result;
use cxx_qt_lib::QString;
use log::trace;
pub mod colors;
pub mod filesystem;
pub fn run(root_path: std::path::PathBuf) -> Result<()> {
println!("Starting the GUI editor at {:?}", root_path);
trace!(target:"gui::run()", "Starting the GUI editor at {root_path:?}");
use cxx_qt_lib::{QGuiApplication, QQmlApplicationEngine, QUrl};