io.jstach.rainbowgum.pattern.format.package-info Maven / Gradle / Ivy
/**
* Provides
* Logback style
* pattern formatters. The URI scheme of pattern encoders is
* {@value io.jstach.rainbowgum.pattern.format.PatternEncoder#PATTERN_SCHEME}.
*
*
* The supported builtin keywords are in the follow enum types:
*
* - {@link io.jstach.rainbowgum.pattern.format.PatternRegistry.KeywordKey}
* - {@link io.jstach.rainbowgum.pattern.format.PatternRegistry.ColorKey}
*
* Rainbow Gum does not currently support all of the builtin keywords that Logback
* does! But most of them are available.
*/
@org.eclipse.jdt.annotation.NonNullByDefault
package io.jstach.rainbowgum.pattern.format;