@salesforce/agents
    Preparing search index...

    Function getDebugLog

    • Get the apex debug log with a start time that falls in between the provided start and end times.

      Parameters

      • connection: Connection

        The connection to use to make requests.

      • start: number

        The start time of the apex debug log.

      • end: number

        The end time of the apex debug log.

      Returns Promise<undefined | ApexLog>

      The apex debug log.