1 2 3 4 5 6 7
use ic_logger::IcLogger; fn main() { IcLogger::new().init().unwrap(); log::warn!("This is an example message."); }