Skip to main content

uv_fields

Function uv_fields 

Source
pub fn uv_fields() -> impl for<'writer> FormatFields<'writer>
Expand description

Return the field formatter for uv logging.

The event formatter is responsible for uv’s own log colors, such as the level prefix. Field values can come from arbitrary Display or Debug implementations, so strip any ANSI escape sequences there before writing them to the log line.