Macro slog::b [−][src]
macro_rules! b { ($($args:tt)*) => { ... }; }
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.