Loxer - v3.0.0
    Preparing search index...

    Interface LoxerColorOptions

    Colors used by ANSIFormat.colorLox and the public output renderers.

    interface LoxerColorOptions {
        highlightColor?: string;
        warnColor?: string;
        errorColor?: string;
        errorNameColor?: string;
        errorNameBackgroundColor?: string;
    }
    Index
    highlightColor?: string

    Background color for highlighted ordinary log messages. Omit it to invert foreground/background.

    warnColor?: string

    Foreground color for warning messages.

    errorColor?: string

    Foreground color for error messages.

    errorNameColor?: string

    Foreground color for error names.

    errorNameBackgroundColor?: string

    Background color for error names.