pub fn setup(log_level: Level) -> Result<WorkerGuard>Expand description
Install color_eyre and setup tracing(with tracing-log)
use ltrait::{Level, setup};
let _guard = setup(Level::TRACE);pub fn setup(log_level: Level) -> Result<WorkerGuard>Install color_eyre and setup tracing(with tracing-log)
use ltrait::{Level, setup};
let _guard = setup(Level::TRACE);