Macro slog_global::trace[][src]

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

Logs a trace level message using the global logger.