FormatLookup: {
ageLookup?: string[];
dayOfTheWeekLookup?: string[];
monthLookup?: string[];
noonLookup?: string[];
separatorLookup?: string[];
severityLookup?: string[];
}
Type declaration
Optional ageLookup?: string[]
Optional dayOfTheWeekLookup?: string[]
Optional monthLookup?: string[]
Optional noonLookup?: string[]
Optional separatorLookup?: string[]
Optional severityLookup?: string[]
A simple config object containing arrays of string for each property. This enables the customization of formatted time strings in the FormattedAppender.