AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface LogInfo

    interface LogInfo {
        date: string;
        name: string;
        size: number;
    }
    Index
    date: string

    The unix time at which the log was created "Thu Jan 08 2015 14:40:30 GMT-0500 (Eastern Standard Time)"

    name: string

    The filename of the log

    size: number

    The size of the log in bytes