Uses of Class
org.springframework.boot.logging.structured.ContextPairs.Pairs
Packages that use ContextPairs.Pairs
-
Uses of ContextPairs.Pairs in org.springframework.boot.logging.structured
Method parameters in org.springframework.boot.logging.structured with type arguments of type ContextPairs.PairsModifier and TypeMethodDescription<T> BiConsumer<T,
BiConsumer<String, Object>> ContextPairs.flat
(String delimeter, Consumer<ContextPairs.Pairs<T>> pairs) Add pairs using flat naming.<T> BiConsumer<T,
BiConsumer<String, Object>> ContextPairs.flat
(BinaryOperator<String> joiner, Consumer<ContextPairs.Pairs<T>> pairs) Add pairs using flat naming.<T> BiConsumer<T,
BiConsumer<String, Object>> ContextPairs.nested
(Consumer<ContextPairs.Pairs<T>> pairs) Add pairs using nested naming (for example as used in ECS).