pub fn default_kv_format(
    formatter: &mut Formatter,
    fields: &dyn Source
) -> Result<()>
Available on crate feature unstable-kv only.
Expand description

Default Key Value Format

This function is intended to be passed to Builder::format_key_values.

This is the default key/value format. Which uses an “=” as the separator between the key and value and a “ “ between each pair.

For example: ip=127.0.0.1 port=123456 path=/example