log_result

Macro log_result 

Source
macro_rules! log_result {
    ($verbosity:expr, $($arg:tt)*) => { ... };
}
Expand description

Print messages with level Verbosity::Result or higher.