ts-mailcow-api
    Preparing search index...

    Interface SGLog

    SOGo log item.

    interface SGLog {
        message: string;
        priority: string;
        program: "sogod";
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string

    The log message.

    priority: string

    The priority level.

    program: "sogod"
    time: number

    Timestamp in Epoch format.