macro_rules! convex_logs {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}Expand description
Macro used for piping UDF logs to a custom formatter that exposes just the log content, without any additional Rust metadata.