Function setup

Source
pub fn setup(log_level: Level) -> Result<()>
Expand description

Install color_eyre and setup tracing(with tracing-log)

use ltrait::{Level, setup};

let _ = setup(Level::TRACE);