[][src]Macro sc_telemetry::telemetry

macro_rules! telemetry {
    ( $a:expr; $b:expr; $( $t:tt )* ) => { ... };
}

Translates to slog_scope::info, but contains an additional verbosity parameter which the log record is tagged with. Additionally the verbosity parameter is added to the record as a key-value pair.