Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias MainLog

    type MainLog = {
        id?: number;
        message?: string;
        timestamp?: number;
        type?: 1 | 2 | 4 | 8;
    }
    Index

    Properties

    id?: number

    ID of the message

    message?: string

    Text of the message

    timestamp?: number

    Milliseconds since epoch

    type?: 1 | 2 | 4 | 8

    Type of the message: Log::NORMAL: 1, Log::INFO: 2, Log::WARNING: 4, Log::CRITICAL: 8