Re-exports§
pub use super::ConcurrentProgressLog;pub use super::ConcurrentWrapper;pub use super::ProgressLog;pub use super::ProgressLogger;
Macros§
- concurrent_
progress_ logger - Macro to create a
ConcurrentWrapperbased on aProgressLogger, with default log target set tostd::module_path!, and key-value pairs instead of setters. - no_
logging - Convenience macro specifying that no (concurrent) logging should be performed.
- progress_
logger - Macro to create a
ProgressLoggerwith default log target set tostd::module_path!, and key-value pairs instead of setters.