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).
macro_rules! debug_sample {
($probability:expr, $($arg:tt)*) => { ... };
}Logs a message at the DEBUG level with the given probability (0.0 to 1.0).