use Processor;
use crateRecord;
use json;
/// A processor that enriches a log record with a single key/value pair
/// inside its JSON context.
///
/// Useful for attaching metadata such as user IDs, request IDs,
/// environment details, or any other diagnostic information.
///
/// # Fields
/// - `key` - The context key to insert
/// - `value` - The context value to insert