Macro tikv_util::slow_log [−][src]
macro_rules! slow_log { (T $t:expr, $($arg:tt)*) => { ... }; ($n:expr, $($arg:tt)*) => { ... }; }
Logs slow operations by warn!
.
The final log level depends on the given cost
and slow_log_threshold