Macro tikv_util::trace[][src]

macro_rules! trace {
    ($($args:tt)+) => { ... };
}

Logs a trace level message using the slog global logger.