macro_rules! concurrent_progress_logger {
($($method:ident = $arg:expr),* $(,)?) => { ... };
}Expand description
Macro to create a ConcurrentWrapper based on a
ProgressLogger, with default log target set to std::module_path!,
and key-value pairs instead of setters.
ยงExamples
let mut pl = concurrent_progress_logger![item_name = "pumpkin", display_memory = true];