Module io.jstach.rainbowgum.pattern


module io.jstach.rainbowgum.pattern
Provides Logback style pattern formatters. The URI scheme of pattern encoders is "pattern".

The supported builtin keywords are in the follow enum types:

Rainbow Gum does not currently support all of the builtin keywords that Logback does! But most of them are available.

See the io.jstach.rainbowgum.pattern.format package for a full guide - with code - on adding custom keywords and configuring PatternConfig programmatically. (That guide lives on the package rather than here because a JDK javadoc doclet bug crashes module description generation when a @snippet tag referencing an external file is used directly in module-info.java.)

See Also: