Skip to content

0.9.14 PatternLayout patterns support in dynamic labels

Compare
Choose a tag to compare
@tkowalcz tkowalcz released this 20 Jul 20:02
· 131 commits to master since this release

#56 You can use patterns from PatternLayout to generate label values at runtime. We reuse internal log4j classes for this so performance and allocation guarantees are the same. Specifically most of the patterns are allocation free.

See documentation for details and examples.

(This is the same release as 0.9.13 which was not published to maven central)