handle
public abstract void handle<C>(FloggerMetadataKey<? extends Object> key, MetadataHandler<C> handler, C context)
Invokes the given handler for the combined scope and log-site metadata for a specified key. The handler method invoked depends on whether the key is single valued or repeated. If no metadata is present for the given key, the handler is not invoked.