@jellyfin/sdk
    Preparing search index...

    Interface SystemApiGetLogFileRequest

    Request parameters for getLogFile operation in SystemApi.

    SystemApiGetLogFileRequest

    interface SystemApiGetLogFileRequest {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the log file to get.

    SystemApiGetLogFile