0 | ||| Typed primitive values for structured log fields.
1 | |||
2 | ||| `LogParamValue` preserves type fidelity so that numbers remain
3 | ||| numbers and booleans remain booleans in structured output (e.g. JSON),
4 | ||| rather than everything being stringified.
9 | ||| A primitive value that can appear in a structured log field.