Variable DefaultStylesConst

DefaultStyles: {
    CATEGORY: string;
    ID: string;
    MESSAGE: string;
    ORIGIN: string;
    REF: string;
    SEVERITY: string[];
    TIME: string;
} = ...

Contains a map of default formats.

Type declaration

  • CATEGORY: string

    The default category style.

  • ID: string

    The default id style.

  • MESSAGE: string

    The default message style.

  • ORIGIN: string

    The default origin style.

  • REF: string

    The default ref style, is used, if auto color mode is disabled.

  • SEVERITY: string[]

    An array containing the default styles for the severity levels.

  • TIME: string

    The default time string style.