Type alias GetLogRequestType

GetLogRequestType: {
    endFile?: string;
    name: string;
    sizeLimit?: number;
}

Type declaration

  • Optional endFile?: string

    The file length of the log file

  • name: string

    The name of the running application

  • Optional sizeLimit?: number

    The size limit of the log file.

Generated using TypeDoc