macro_rules! slog_record {
($lvl:expr, $tag:expr, $args:expr, $b:expr,) => { ... };
($lvl:expr, $tag:expr, $args:expr, $b:expr) => { ... };
}
Expand description
Create Record
at the given code location (alias)
macro_rules! slog_record {
($lvl:expr, $tag:expr, $args:expr, $b:expr,) => { ... };
($lvl:expr, $tag:expr, $args:expr, $b:expr) => { ... };
}
Create Record
at the given code location (alias)