Macro slog_try::try_trace[][src]

macro_rules! try_trace {
    ($l:expr, #$tag:expr, $($args:tt)+) => { ... };
    ($l:expr, $($args:tt)+) => { ... };
}

Log a trace level message if the given logger is Some, otherwise do nothing.