Type alias StyleLookupEntry

StyleLookupEntry: {
    filter: Filter;
    style: string | StyleGenerator;
}

A simple mapping using a filter function to match a message and a style to apply. Objects will internally be generated from the optional style rules of ColorConsoleAppender

Type declaration