Skip to main content

log_base

Macro log_base 

Source
macro_rules! log_base {
    ($entity:expr ; $lvl:expr, $($arg:tt)+) => { ... };
}
Expand description

Base macro for log messages of all level.

This wrapper calls both the log::log macro and also the Trace message function which will emit message tracking events to the Cap’n Proto binary stream.