plugin_log

Macro plugin_log 

Source
macro_rules! plugin_log {
    ($logger:expr, $level:expr, $($arg:tt)*) => { ... };
}
Expand description

Helper macros for logging with tracing-style field syntax support