Loxer - v3.0.0
    Preparing search index...

    Interface OutputLoxTemplateFields

    One plain or ANSI-colored field set returned by an output renderer.

    interface OutputLoxTemplateFields {
        module: string;
        message: string;
        timeConsumption: string;
        box: string;
        props: string;
        timeStamp: string;
        time: string;
    }

    Hierarchy (View Summary)

    Index
    module: string

    The sliced module name. - length: depends on the module text slice

    message: string

    The message of the log.

    timeConsumption: string

    The time consumption of the log. Only for logs inside or closing a box. - length: depends on the time consumption

    box: string

    The box layout of the log.

    props: string

    The properties of the log.

    timeStamp: string

    The timestamp of the log. (YYYY-MM-DD HH:MM:SS) - length: 19

    time: string

    The time of the log. (HH:MM:SS) - length: 8