macro_rules! insert_and_log_throttled_sync {
(
$level:expr,
target: $target:literal,
prefix: $prefix:expr,
$stats:expr,
$value:expr
) => { ... };
}
Expand description
Sync version of insert_and_log_throttled