Loxer - v3.0.0
    Preparing search index...

    Interface BoxSymbols

    interface BoxSymbols {
        openEnd: string;
        openEdge: string;
        vertical: string;
        horizontal: string;
        single: string;
        cross: string;
        closeEdge: string;
        closeEnd: string;
    }
    Index
    openEnd: string

    the litte (left) arrow at the end of the opening box

    openEdge: string

    the edge that goes from right to bottom

    vertical: string

    a vertical dash | used for deeper branches in other box rows

    horizontal: string

    a horizontal dash used for closing lines over empty background AND as the end of single logs / errors

    single: string

    a rotated T, used to branch single logs / errors from the main stream

    cross: string

    the symbol for overlapping branches

    closeEdge: string

    the edge that goes from top to right

    closeEnd: string

    the litte (right) arrow at the end of a closing log