pub fn init_logging(
debug_flags: &CrateDebugFlags,
_log_dir: Option<PathBuf>,
_retention_days: Option<u64>,
_retention_runs: Option<usize>,
) -> Result<LoggingGuard>Expand description
Initialize logging with console output only (WASM-compatible)
For WASM builds, file logging is not available. This function provides console-only logging that works in browsers.