slog

Macro b

Source
macro_rules! b {
    ($($args:tt)*) => { ... };
}
Expand description

Macro for building group of key-value pairs in BorrowedKV

In most circumstances using this macro directly is unnecessary and info! and other wrappers over log! should be used instead.