Module log::kv

source · []
Expand description

UNSTABLE: Structured key-value pairs.

This module is unstable and breaking changes may be made at any time. See the tracking issue for more details.

Add the kv_unstable feature to your Cargo.toml to enable this module:

[dependencies.log]
features = ["kv_unstable"]

Re-exports

pub use self::source::Source;
pub use self::source::Visitor;

Modules

Sources for key-value pairs.
Structured values.

Structs

An error encountered while working with structured data.
A key in a structured key-value pair.
A value in a structured key-value pair.

Traits

A type that can be converted into a Key.
A type that can be converted into a Value.