Type alias LogInfo

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

Type declaration

  • 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

Generated using TypeDoc