Macro flutter_logger::logd
source · macro_rules! logd { ($($args:tt)*) => { ... }; }
Expand description
Log debug information This accepts the same input as println!() or format!()
macro_rules! logd { ($($args:tt)*) => { ... }; }
Log debug information This accepts the same input as println!() or format!()