A response message for GetLogFileFormats request.

interface GetLogFileFormatsResponse {
    descriptions: string[];
    extensions: string[];
    formats: LogFileFormat[];
    names: string[];
}

Properties

descriptions: string[]

Description of each supported format.

extensions: string[]

File extensions for each supported format.

formats: LogFileFormat[]

All supported formats.

names: string[]

Name of each supported format.