Type alias StyleLookup

StyleLookup: {
    autoColors?: string[];
    categoryStyle?: string | StyleGenerator | CategoryStyle[];
    defaultStyle?: string;
    idStyle?: string;
    messageStyle?: string;
    originStyle?: string;
    refStyle?: string | StyleGenerator | RefStyle[];
    severityStyle?: string | StyleGenerator | SeverityStyle[];
    timeStyle?: string;
}

A simple config object containing arrays of string for each property. This enables the style configuration, e.g. colors, of formatted messages of the ColorConsoleAppender.

Type declaration