#[macro_use] extern crate elog; fn main() { debug!("easy log"); info!("easy log"); warn!("easy log"); error!("easy log"); infos!("The following macros is used for the command line application."); infos!("easy log"); warns!("easy log"); errors!("easy log"); }