macro_rules! record {
($level:ident, $event:expr, $msg:expr $(,)?) => { ... };
}Expand description
Emit a structured ZeroClaw log event. The single positional Event
expression carries the typed payload; the trailing literal is the
human-readable message.