Type alias FormatLookup

FormatLookup: {
    ageLookup?: string[];
    dayOfTheWeekLookup?: string[];
    monthLookup?: string[];
    noonLookup?: string[];
    separatorLookup?: string[];
    severityLookup?: string[];
}

A simple config object containing arrays of string for each property. This enables the customization of formatted time strings in the FormattedAppender.

Type declaration