Module io.jstach.rainbowgum
module io.jstach.rainbowgum
Core module for RainbowGum which provides low level components for logging as well as a builder
for creating custom RainbowGums. Use
RainbowGum.builder()
to
get started configuring.
Thread Safety: With the exception of builders, buffers, and outputs this modules components are all threadsafe. Output thread safety is protected by Appenders which are threadsafe.
- See Also:
-
Packages
PackageDescriptionRainbowGum core components.Standard Formatters.Standard Outputs.SPI for RainbowGum. -
Services