Macro kv_log_macro::log [−][src]
The standard logging macro.
use kv_log_macro::info; info!("hello"); info!("hello",); info!("hello {}", "cats"); info!("hello {}", "cats",); info!("hello {}", "cats", { cat_1: "chashu", cat_2: "nori", });