Package io.jstach.rainbowgum.format
@NonNullByDefault
package io.jstach.rainbowgum.format
Standard Formatters.
-
ClassesClassDescriptionAn abstract formatter where the actual full layout of the event is not a concern of the user and by default usually has the semi-standard layout of TTLL - Time, Thread, Level, Logger.Abstract TTLL Builder.Detects whether the current process is attached to an ANSI capable terminal so that formatters (e.g. the pattern module's color keywords) can decide whether to emit ANSI escape codes in the first place instead of emitting and later stripping them.A TTLL formatter that has the layout of TTLL - Time, Thread, Level, Logger but allows changing the format of time, thread, level, logger, etc.Builder for
StandardEventFormatteraka TTLL formatter.