macro_rules! plugin_log {
($logger:expr, $level:expr, $($arg:tt)*) => { ... };
}Expand description
Helper macros for logging with tracing-style field syntax support
macro_rules! plugin_log {
($logger:expr, $level:expr, $($arg:tt)*) => { ... };
}Helper macros for logging with tracing-style field syntax support