handle

public abstract void handle(FloggerMetadataKey<T> key, T value, C context)

Handles metadata values individually.

Parameters

key

the metadata key (not necessarily a "singleton" key).

value

associated metadata value.

context

an arbitrary context object supplied to the process method.