Macro tikv_util::warn[][src]

[]
macro_rules! warn {
    ($($args:tt)+) => { ... };
}
[]

Logs a warning level message using the slog global logger.