debug_sample

Macro debug_sample 

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

Logs a message at the DEBUG level with the given probability (0.0 to 1.0).