pub fn render(record: Log, format: LogFormat) -> String
Re-emit a record using the chosen LogFormat.
LogFormat
The record’s format field is overwritten so the wire shape follows format, not whatever was in the input.
format