Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias LogResource

    type LogResource = {
        id?: number;
        time?: string;
        exception?: string | null;
        exceptionType?: string | null;
        level?: string | null;
        logger?: string | null;
        message?: string | null;
        method?: string | null;
    }
    Index

    Properties

    id?: number
    time?: string
    exception?: string | null
    exceptionType?: string | null
    level?: string | null
    logger?: string | null
    message?: string | null
    method?: string | null